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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 鵝▼?B | 111010100100000010000001101001010011111101000010 | ea4081a53f42 |
EUC-JP | 鵝▼?B | 111100111010000110100010101001110011111101000010 | f3a1a2a73f42 |
UTF-8 | 鵝▼쐴B | 11101001101101011001110111100010100101101011110011101100100100001011010001000010 | e9b59de296bcec90b442 |
UHC | 鵝▼쐴B | 11100100101111011010000111100101101111101010000101000010 | e4bda1e5bea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)