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 | 塢??巡 | 100110101100011100111111001111111000111110000100 | 9ac73f3f8f84 |
EUC-JP | 塢??巡 | 110101001100100100111111001111111011110111100100 | d4c93f3fbde4 |
UTF-8 | 塢띲굟巡 | 111001011010000110100010111010111001110110110010111010101011010110011111111001011011011110100001 | e5a1a2eb9db2eab59fe5b7a1 |
UHC | 塢띲굟巡 | 1110011111110001100011011110001110000010100001111110001011011110 | e7f18de38287e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)