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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??晤? | 10011000011000000011111100111111100111011110101100111111 | 98603f3f9deb3f |
EUC-JP | 倭??晤? | 11001111110000010011111100111111110110101110110100111111 | cfc13f3fdaed3f |
UTF-8 | 倭듸쉘晤잏 | 111001011000000010101101111010111001001110111000111011001000100110011000111001101001100110100100111011001001111010001111 | e580adeb93b8ec8998e699a4ec9e8f |
UHC | 倭듸쉘晤잏 | 11101000110111101011010111101111101111011010100111100111111110111001111111100111 | e8deb5efbda9e7fb9fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)