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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 癸盒癸盒^ | 111000011010000111100001101101001110000110100001111000011011010001011110 | e1a1e1b4e1a1e1b45e |
EUC-JP | 癸盒癸盒^ | 111000101010001111100010101101101110001010100011111000101011011001011110 | e2a3e2b6e2a3e2b65e |
UTF-8 | 癸盒癸盒^ | 11100111100110011011100011100111100110111001001011100111100110011011100011100111100110111001001001011110 | e799b8e79b92e799b8e79b925e |
UHC | 癸盒癸盒^ | 110011011010010011111001111011001100110110100100111110011110110001011110 | cda4f9eccda4f9ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)