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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 帳??節?F | 1001001010100000001111110011111110010000110111110011111101000110 | 92a03f3f90df3f46 |
EUC-JP | 帳??節?F | 1100010010100010001111110011111111000000111000010011111101000110 | c4a23f3fc0e13f46 |
UTF-8 | 帳깍슁節퍫F | 11100101101110001011001111101010101110011000110111101100100010101000000111100111101011111000000011101101100011011010101101000110 | e5b8b3eab98dec8a81e7af80ed8dab46 |
UHC | 帳깍슁節퍫F | 1110110111100011101100011110111110111101101100111110111110111101101111000100001001000110 | ede3b1efbdb3efbdbc4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)