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 | 褸礼視 | 111001011111100010010111111001111000111010001011 | e5f897e78e8b |
EUC-JP | 褸礼視 | 111010101111101011001110111010011011101111101011 | eafacee9bbeb |
UTF-8 | 褸礼視 | 111010001010010010111000111001111010010010111100111010001010011010010110 | e8a4b8e7a4bce8a696 |
UHC | 褸?視 | 1101011110101110001111111110001111001010 | d7ae3fe3ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)