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 | 蒻肴迂矍 | 1110010011101000100011011110011010001001010010011110000111011101 | e4e88de68949e1dd |
EUC-JP | 蒻肴迂矍 | 1110100011101010101110101110100010110001101010101110001011011111 | e8eabae8b1aae2df |
UTF-8 | 蒻肴迂矍 | 111010001001001010111011111010001000001010110100111010001011111110000010111001111001111110001101 | e892bbe882b4e8bf82e79f8d |
UHC | 蒻肴迂? | 11100101101101101111110110100010111010011110011000111111 | e5b6fda2e9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)