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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 午??悠?~ | 1000110011011111001111110011111110010111010010010011111101111110 | 8cdf3f3f97493f7e |
EUC-JP | 午??悠?~ | 1011100011100001001111110011111111001101101010100011111101111110 | b8e13f3fcdaa3f7e |
UTF-8 | 午쎈맔悠턖~ | 11100101100011011000100011101100100011101000100011101011101001111001010011100110100000101010000011101101100001001001011001111110 | e58d88ec8e88eba794e682a0ed84967e |
UHC | 午쎈맔悠턖~ | 1110011111101101101111011110101110010000101001101110101011101101101101100101000101111110 | e7edbdeb90a6eaedb6517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)