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 | 鬣疲撼 | 111010011010010110010100111001101001110110011110 | e9a594e69d9e |
EUC-JP | 鬣疲撼 | 111100101010011111001000111010001101100111111110 | f2a7c8e8d9fe |
UTF-8 | 鬣疲撼 | 111010011010110010100011111001111001011010110010111001101001001010111100 | e9aca3e796b2e692bc |
UHC | ?疲? | 00111111111110011010101000111111 | 3ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)