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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | `ヽh`ヽ | 100000010100110110000001010100100110100010000001010011011000000101010010 | 814d815268814d8152 |
EUC-JP | `ヽh`ヽ | 101000011010111010100001101100110110100010100001101011101010000110110011 | a1aea1b368a1aea1b3 |
UTF-8 | `ヽh`ヽ | 11101111101111011000000011100011100000111011110101101000111011111011110110000000111000111000001110111101 | efbd80e383bd68efbd80e383bd |
UHC | `?h`? | 10100011111000000011111101101000101000111110000000111111 | a3e03f68a3e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)