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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 蛇者G | 1000111011010110100011101101001001000111 | 8ed68ed247 |
EUC-JP | 蛇者G | 1011110011011000101111001101010001000111 | bcd8bcd447 |
UTF-8 | 蛇者G | 11101000100110111000011111101000100000001000010101000111 | e89b87e8808547 |
UHC | 蛇者G | 1101111011101111111011011011101001000111 | deefedba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)