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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | 瓮??a | 1110000101000100001111110011111101100001 | e1443f3f61 |
EUC-JP | 瓮??a | 1110000110100101001111110011111101100001 | e1a53f3f61 |
UTF-8 | 瓮뚯꽦a | 11100111100100111010111011101011100110101010111111101010101111011010011001100001 | e793aeeb9aafeabda661 |
UHC | 瓮뚯꽦a | 11101000101101111000110011101100100001001011000101100001 | e8b78cec84b161 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)