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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夕??貳 | 100101110101101100111111001111111110011011000110 | 975b3f3fe6c6 |
EUC-JP | 夕??貳 | 110011011011110000111111001111111110110011001000 | cdbc3f3fecc8 |
UTF-8 | 夕렯렱貳 | 111001011010010010010101111010111010000010101111111010111010000010110001111010001011001010110011 | e5a495eba0afeba0b1e8b2b3 |
UHC | 夕렯렱貳 | 1110000010101010100011101011110010001110101111101110110011000011 | e0aa8ebc8ebeecc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)