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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 癲??誼?B | 1110000110011111001111110011111110001011011000100011111101000010 | e19f3f3f8b623f42 |
EUC-JP | 癲??誼?B | 1110001010100001001111110011111110110101110000110011111101000010 | e2a13f3fb5c33f42 |
UTF-8 | 癲뗢뫀誼쮡B | 11100111100110011011001011101011100101111010001011101011101010111000000011101000101010101011110011101100101011101010000101000010 | e799b2eb97a2ebab80e8aabcecaea142 |
UHC | 癲뗢뫀誼쮡B | 1110111110100110100010111110001010010001101001001110101111111110101010000111100001000010 | efa68be291a4ebfea87842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)