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 | 鴃゚ロ | 11101001111011101101111111011011 | e9eedfdb |
EUC-JP | 鴃゚ロ | 111100101111000010001110110111111000111011011011 | f2f08edf8edb |
UTF-8 | 鴃゚ロ | 111010011011010010000011111011111011111010011111111011111011111010011011 | e9b483efbe9fefbe9b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)