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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 旭?A瓦 | 100010001010111000111111010000011000101010100010 | 88ae3f418aa2 |
EUC-JP | 旭?A瓦 | 101100001011000000111111010000011011010010100100 | b0b03f41b4a4 |
UTF-8 | 旭렔A瓦 | 11100110100101111010110111101011101000001001010001000001111001111001001110100110 | e697adeba09441e793a6 |
UHC | 旭렔A瓦 | 11101001111011111000111010101001010000011110100010111111 | e9ef8ea941e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)