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 | ??o??? | 001111110011111101101111001111110011111100111111 | 3f3f6f3f3f3f |
SJIS-WIN | 郁?o??? | 10001000111010000011111101101111001111110011111100111111 | 88e83f6f3f3f3f |
EUC-JP | 郁?o??? | 10110000111010100011111101101111001111110011111100111111 | b0ea3f6f3f3f3f |
UTF-8 | 郁렪o痢면뱄 | 11101001100000111000000111101011101000001010101001101111111011111010011110100101111010111010100110110100111010111011000110000100 | e98381eba0aa6fefa7a5eba9b4ebb184 |
UHC | 郁렪o痢면뱄 | 1110100111110100100011101011100001101111111011001011100010111000111010011011100111101111 | e9f48eb86fecb8b8e9b9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)