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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裹餓嚊粡 | 1110010111100101100010011110110010011010100001111110001011100111 | e5e589ec9a87e2e7 |
EUC-JP | 裹餓嚊粡 | 1110101011100111101100101110111011010011111001111110010011101001 | eae7b2eed3e7e4e9 |
UTF-8 | 裹餓嚊粡 | 111010001010001110111001111010011010010010010011111001011001101010001010111001111011001010100001 | e8a3b9e9a493e59a8ae7b2a1 |
UHC | ?餓?? | 0011111111100100101110110011111100111111 | 3fe4bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)