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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 午??悠? | 10001100110111110011111100111111100101110100100100111111 | 8cdf3f3f97493f |
EUC-JP | 午??悠? | 10111000111000010011111100111111110011011010101000111111 | b8e13f3fcdaa3f |
UTF-8 | 午쎈맔悠턩 | 111001011000110110001000111011001000111010001000111010111010011110010100111001101000001010100000111011011000010010101001 | e58d88ec8e88eba794e682a0ed84a9 |
UHC | 午쎈맔悠턩 | 11100111111011011011110111101011100100001010011011101010111011011011011001101010 | e7edbdeb90a6eaedb66a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)