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 | 巡?4巡 | 10001111100001000011111110000010010100111000111110000100 | 8f843f82538f84 |
EUC-JP | 巡?4巡 | 10111101111001000011111110100011101101001011110111100100 | bde43fa3b4bde4 |
UTF-8 | 巡볥4巡 | 111001011011011110100001111010111011001110100101111011111011110010010100111001011011011110100001 | e5b7a1ebb3a5efbc94e5b7a1 |
UHC | 巡볥4巡 | 1110001011011110100100111110101110100011101101001110001011011110 | e2de93eba3b4e2de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)