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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 矗h矗 | 111000011101111011110110111000100110100011100001110111101111011011100010 | e1def6e268e1def6e2 |
EUC-JP | 矗?h矗? | 11100010111000000011111101101000111000101110000000111111 | e2e03f68e2e03f |
UTF-8 | 矗h矗 | 11100111100111111001011111101110100101001000100101101000111001111001111110010111111011101001010010001001 | e79f97ee948968e79f97ee9489 |
UHC | 矗?h矗? | 11110101101110000011111101101000111101011011100000111111 | f5b83f68f5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)