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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 堰盆^ | 1000100110000001100101100111111001011110 | 8981967e5e |
EUC-JP | 堰盆^ | 1011000111100001110010111101111101011110 | b1e1cbdf5e |
UTF-8 | 堰盆^ | 11100101101000001011000011100111100110111000011001011110 | e5a0b0e79b865e |
UHC | 堰盆^ | 1110010111101000110111011100111001011110 | e5e8ddce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)