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蜊 | 111001111010101110101111010001111110010110001101 | e7abaf47e58d |
EUC-JP | 遶ッG蜊 | 11101110101011011000111010101111010001111110100111101101 | eead8eaf47e9ed |
UTF-8 | 遶ッG蜊 | 11101001100000011011011011101111101111011010111101000111111010001001110010001010 | e981b6efbdaf47e89c8a |
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)