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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 炡멸톤炡멸톤^ | 11100111100000101010000111101011101010011011100011101101100001101010010011100111100000101010000111101011101010011011100011101101100001101010010001011110 | e782a1eba9b8ed86a4e782a1eba9b8ed86a45e |
UHC | 炡멸톤炡멸톤^ | 11101111111010001011100011101010110001011110011011101111111010001011100011101010110001011110011001011110 | efe8b8eac5e6efe8b8eac5e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)