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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 爾?缺^ | 100011101010001000111111111000111001111001011110 | 8ea23fe39e5e |
EUC-JP | 爾?缺^ | 101111001010010000111111111001011111111001011110 | bca43fe5fe5e |
UTF-8 | 爾잰缺^ | 11100111100010001011111011101100100111101011000011100111101111001011101001011110 | e788beec9eb0e7bcba5e |
UHC | 爾잰缺^ | 11101100101100111100000011101001110011001100000001011110 | ecb3c0e9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)