To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中?渦貊? | 1001001010000110001111111000100101010001111001101011101100111111 | 92863f8951e6bb3f |
EUC-JP | 中?渦貊? | 1100001111100110001111111011000110110010111011001011110100111111 | c3e63fb1b2ecbd3f |
UTF-8 | 中렎渦貊땅 | 111001001011100010101101111010111010000010001110111001101011100010100110111010001011001010001010111010111001010110000101 | e4b8adeba08ee6b8a6e8b28aeb9585 |
UHC | 中렎渦貊땅 | 11110001111010011000111010100100111010001011111011011000111001111011011010100101 | f1e98ea4e8bed8e7b6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)