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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韋捺ウ御鬘 | 1110100011101000100100111110011010110011100011001110010011110100100110101110100110100001 | e8e893e6b38ce4f49ae9a1 |
EUC-JP | 韋捺ウ御?鬘 | 1111000011101010110001101110100010001110101100111011100011100110001111111111001010100011 | f0eac6e88eb3b8e63ff2a3 |
UTF-8 | 韋捺ウ御鬘 | 111010011001111110001011111001101000110110111010111011111011110110110011111001011011111010100001111011101000110110001001111010011010110010011000 | e99f8be68dbaefbdb3e5bea1ee8d89e9ac98 |
UHC | 韋捺?御?? | 111010101101111111010001111101000011111111100101110110010011111100111111 | eadfd1f43fe5d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)