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 | 珥?駿 | 1110000011100000001111111000111101111000 | e0e03f8f78 |
EUC-JP | 珥?駿 | 1110000011100010001111111011110111011001 | e0e23fbdd9 |
UTF-8 | 珥렮駿 | 111001111000111110100101111010111010000010101110111010011010011110111111 | e78fa5eba0aee9a7bf |
UHC | 珥렮駿 | 111011001011010010001110101110111111000111100111 | ecb48ebbf1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)