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 | 11101000100010001000110011101100100010001010010101000010 | e8888cec88a542 |
EUC-JP | 闊護挨B | 11101111111010001011100011101110101100001010011101000010 | efe8b8eeb0a742 |
UTF-8 | 闊護挨B | 11101001100101111000101011101000101011011011011111100110100011001010100001000010 | e9978ae8adb7e68ca842 |
UHC | 闊護?B | 111111001100010011111011110111100011111101000010 | fcc4fbde3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)