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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 滸?皓 | 1001111111110101001111111110000110101001 | 9ff53fe1a9 |
EUC-JP | 滸?皓 | 1101111011110111001111111110001010101011 | def73fe2ab |
UTF-8 | 滸렗皓 | 111001101011101110111000111010111010000010010111111001111001101010010011 | e6bbb8eba097e79a93 |
UHC | 滸렗皓 | 111110111100101010001110101011001111101111010011 | fbca8eacfbd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)