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 | 襍、寬ュ邉セ | 111010001011010110100100111110101010101010101101111001111011001110111110 | e8b5a4faaaade7b3be |
EUC-JP | 襍、?ュ邉セ | 1111000010110111100011101010010000111111100011101010110111101110101101011000111010111110 | f0b78ea43f8eadeeb58ebe |
UTF-8 | 襍、寬ュ邉セ | 111010001010010110001101111011111011110110100100111001011010111110101100111011111011110110101101111010011000001010001001111011111011110110111110 | e8a58defbda4e5afacefbdade98289efbdbe |
UHC | ??寬??? | 00111111001111111100111010110000001111110011111100111111 | 3f3fceb03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)