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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逆?┴ | 1000101101110100001111111000010010101000 | 8b743f84a8 |
EUC-JP | 逆?┴ | 1011010111010101001111111010100010101010 | b5d53fa8aa |
UTF-8 | 逆잏┴ | 111010011000000010000110111011001001111010001111111000101001010010110100 | e98086ec9e8fe294b4 |
UHC | 逆잏┴ | 111001101011110110011111111001111010011010101010 | e6bd9fe7a6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)