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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 燿h?] | 111000001010000010000010100010000011111101011101 | e0a082883f5d |
EUC-JP | 燿h?] | 111000001010001010100011111010000011111101011101 | e0a2a3e83f5d |
UTF-8 | 燿h뮅] | 11100111100001111011111111101111101111011000100011101011101011101000010101011101 | e787bfefbd88ebae855d |
UHC | 燿h뮅] | 11101000111111001010001111101000100100101001010001011101 | e8fca3e892945d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)