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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齬??罌⑤? | 111010101001011100111111001111111110001110100000100001110100010000111111 | ea973f3fe3a087443f |
EUC-JP | 齬??罌?? | 1111001111110111001111110011111111100110101000100011111100111111 | f3f73f3fe6a23f3f |
UTF-8 | 齬잙챿罌⑤쨱 | 111010011011110110101100111011001001111010011001111011001011000110111111111001111011110110001100111000101001000110100100111011001010100010110001 | e9bdacec9e99ecb1bfe7bd8ce291a4eca8b1 |
UHC | 齬잙챿罌⑤쨱 | 111001011110000110011111111010111010101010001100111001011010001010101000111010111010010010001011 | e5e19febaa8ce5a2a8eba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)