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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 戊榻ハ | 100101011110100010011110110011101000001101101110 | 95e89ece836e |
EUC-JP | 戊榻ハ | 110010101110101011011100110100001010010111001111 | caeadcd0a5cf |
UTF-8 | 戊榻ハ | 111001101000100010001010111001101010011010111011111000111000001110001111 | e6888ae6a6bbe3838f |
UHC | 戊榻ハ | 110110011110011011110111101101001010101111001111 | d9e6f7b4abcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)