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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 午??悠?}B | 100011001101111100111111001111111001011101001001001111110111110101000010 | 8cdf3f3f97493f7d42 |
EUC-JP | 午??悠?}B | 101110001110000100111111001111111100110110101010001111110111110101000010 | b8e13f3fcdaa3f7d42 |
UTF-8 | 午쎈맔悠턾}B | 1110010110001101100010001110110010001110100010001110101110100111100101001110011010000010101000001110110110000100101111100111110101000010 | e58d88ec8e88eba794e682a0ed84be7d42 |
UHC | 午쎈맔悠턾}B | 111001111110110110111101111010111001000010100110111010101110110110110110011110100111110101000010 | e7edbdeb90a6eaedb67a7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)