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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 癲??誼?^ | 1110000110011111001111110011111110001011011000100011111101011110 | e19f3f3f8b623f5e |
EUC-JP | 癲??誼?^ | 1110001010100001001111110011111110110101110000110011111101011110 | e2a13f3fb5c33f5e |
UTF-8 | 癲뗢뫀誼쮡^ | 11100111100110011011001011101011100101111010001011101011101010111000000011101000101010101011110011101100101011101010000101011110 | e799b2eb97a2ebab80e8aabcecaea15e |
UHC | 癲뗢뫀誼쮡^ | 1110111110100110100010111110001010010001101001001110101111111110101010000111100001011110 | efa68be291a4ebfea8785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)