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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蓙滑掘 | 111001001110011010001010100010101000110001000000 | e4e68a8a8c40 |
EUC-JP | 蓙滑掘 | 111010001110100010110011111010101011011110100001 | e8e8b3eab7a1 |
UTF-8 | 蓙滑掘 | 111010001001001110011001111001101011101110010001111001101000111010011000 | e89399e6bb91e68e98 |
UHC | ?滑掘 | 0011111111111100110000011100111111011110 | 3ffcc1cfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)