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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鶯辞軸\ | 111010011111001010001110101010111111001010100001100011101011001001011100 | e9f28eabf2a18eb25c |
EUC-JP | 鶯辞?軸\ | 1111001011110100101111001010110100111111101111001011010001011100 | f2f4bcad3fbcb45c |
UTF-8 | 鶯辞軸\ | 11101001101101101010111111101000101111101001111011101110100001111001100011101000101110111011100001011100 | e9b6afe8be9eee8798e8bbb85c |
UHC | 鶯??軸\ | 11100101101000110011111100111111111101011110111001011100 | e5a33f3ff5ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)