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 | 蒻球勝 | 111001001110100010001011100001011000111110011111 | e4e88b858f9f |
EUC-JP | 蒻球勝 | 111010001110101010110101111001011011111010100001 | e8eab5e5bea1 |
UTF-8 | 蒻球勝 | 111010001001001010111011111001111001000010000011111001011000101110011101 | e892bbe79083e58b9d |
UHC | 蒻球勝 | 111001011011011011001111101110011110001110101101 | e5b6cfb9e3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)