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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 郁?葬?\ | 10001000111010000011111110010001100100100011111101011100 | 88e83f91923f5c |
EUC-JP | 郁?葬?\ | 10110000111010100011111111000001111100100011111101011100 | b0ea3fc1f23f5c |
UTF-8 | 郁렪葬렍\ | 11101001100000111000000111101011101000001010101011101000100100011010110011101011101000001000110101011100 | e98381eba0aae891aceba08d5c |
UHC | 郁렪葬렍\ | 111010011111010010001110101110001110110111110111100011101010001101011100 | e9f48eb8edf78ea35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)