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 | 佇???樗 | 10011000110010000011111100111111001111111001001010010100 | 98c83f3f3f9294 |
EUC-JP | 佇???樗 | 11010000110010100011111100111111001111111100001111110100 | d0ca3f3f3fc3f4 |
UTF-8 | 佇ㅸ렯렍樗 | 111001001011110110000111111000111000010110111000111010111010000010101111111010111010000010001101111001101010100010010111 | e4bd87e385b8eba0afeba08de6a897 |
UHC | 佇ㅸ렯렍樗 | 11101110101101111010010011101000100011101011110010001110101000111110111011000000 | eeb7a4e88ebc8ea3eec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)