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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陝仙ケ礼薗 | 111010001001111110010000111001011011100110010111111001111000100110010010 | e89f90e5b997e78992 |
EUC-JP | 陝仙ケ礼薗 | 11110000101000011100000011100111100011101011100111001110111010011011000111110010 | f0a1c0e78eb9cee9b1f2 |
UTF-8 | 陝仙ケ礼薗 | 111010011001100110011101111001001011101110011001111011111011110110111001111001111010010010111100111010001001011010010111 | e9999de4bb99efbdb9e7a4bce89697 |
UHC | 陝仙??? | 11100000111011011110000010111001001111110011111100111111 | e0ede0b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)