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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍悶i貍芽 | 11101000101101111001011011100011100000101000100111100110101111001000100111101000 | e8b796e38289e6bc89e8 |
EUC-JP | 霍悶i貍芽 | 11110000101110011100110011100101101000111110100111101100101111101011001011101010 | f0b9cce5a3e9ecbeb2ea |
UTF-8 | 霍悶i貍芽 | 111010011001110010001101111001101000001010110110111011111011110110001001111010001011001010001101111010001000101010111101 | e99c8de682b6efbd89e8b28de88abd |
UHC | ?悶i?芽 | 0011111111011010101111111010001111101001001111111110010010110100 | 3fdabfa3e93fe4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)