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 | 語????∥ | 1000110011101010001111110011111100111111001111111000000101100001 | 8cea3f3f3f3f8161 |
EUC-JP | 語????‖ | 1011100011101100001111110011111100111111001111111010000111000010 | b8ec3f3f3f3fa1c2 |
UTF-8 | 語먨벊劣븅∥ | 111010001010101010011110111010111010100010101000111010111011001010001010111011111010011010011101111010111011100010000101111000101000100010100101 | e8aa9eeba8a8ebb28aefa69debb885e288a5 |
UHC | 語먨벊劣븅∥ | 111001011101111010010000111001011001001110101101111001101110101110111010111010011010000110101011 | e5de90e593ade6ebbae9a1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)