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 | 阡倪伯 | 111010001001010010011000111000101001010010001100 | e89498e2948c |
EUC-JP | 阡倪伯 | 111011111111010011010000111001001100011111101100 | eff4d0e4c7ec |
UTF-8 | 阡倪伯 | 111010011001100010100001111001011000000010101010111001001011110010101111 | e998a1e580aae4bcaf |
UHC | 阡倪伯 | 111101001100011011100111110100101101101111010111 | f4c6e7d2dbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)