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 | 褥ν?僥? | 1110010111110001100000111100101100111111100110010100011000111111 | e5f183cb3f99463f |
EUC-JP | 褥ν?僥? | 1110101011110011101001101100110100111111110100011010011100111111 | eaf3a6cd3fd1a73f |
UTF-8 | 褥ν쓷僥퇐 | 1110100010100100101001011100111010111101111011001001001110110111111001011000001110100101111011011000011110010000 | e8a4a5cebdec93b7e583a5ed8790 |
UHC | 褥ν쓷僥퇐 | 11101001101100111010010111101101100111011001010011101000111010011011100001000001 | e9b3a5ed9d94e8e9b841 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)