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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 獨猴猖}B | 1110000011010101111000001100101111100000110010010111110101000010 | e0d5e0cbe0c97d42 |
EUC-JP | 獨猴猖}B | 1110000011010111111000001100110111100000110010110111110101000010 | e0d7e0cde0cb7d42 |
UTF-8 | 獨猴猖}B | 1110011110001101101010001110011110001100101101001110011110001100100101100111110101000010 | e78da8e78cb4e78c967d42 |
UHC | 獨?猖}B | 11010100101111000011111111110011111010010111110101000010 | d4bc3ff3e97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)