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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郁?茁? | 100010001110100000111111111110111001001100111111 | 88e83ffb933f |
EUC-JP | 郁?茁? | 10110000111010100011111110001111110101111101111000111111 | b0ea3f8fd7de3f |
UTF-8 | 郁렪茁푤 | 111010011000001110000001111010111010000010101010111010001000110010000001111011011001000110100100 | e98381eba0aae88c81ed91a4 |
UHC | 郁렪茁푤 | 1110100111110100100011101011100011110001111010001100011110100111 | e9f48eb8f1e8c7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)