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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 場貍カシシ | 100011111110101011100110101111001011011011110100101001001011110010111100 | 8feae6bcb6f4a4bcbc |
EUC-JP | 場貍カ?シシ | 1011111011101100111011001011111010001110101101100011111110001110101111001000111010111100 | beececbe8eb63f8ebc8ebc |
UTF-8 | 場貍カシシ | 111001011010000010110100111010001011001010001101111011111011110110110110111011101000110110010011111011111011110110111100111011111011110110111100 | e5a0b4e8b28defbdb6ee8d93efbdbcefbdbc |
UHC | 場????? | 11101101110111100011111100111111001111110011111100111111 | edde3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)