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? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-WIN | 遶ッG蓁 | 111001111010101110101111010001111110010011101011 | e7abaf47e4eb |
EUC-JP | 遶ッG蓁 | 11101110101011011000111010101111010001111110100011101101 | eead8eaf47e8ed |
UTF-8 | 遶ッG蓁 | 11101001100000011011011011101111101111011010111101000111111010001001001110000001 | e981b6efbdaf47e89381 |
UHC | ??G? | 00111111001111110100011100111111 | 3f3f473f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)