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 | ?鴉? | 00111111111010011110101100111111 | 3fe9eb3f |
EUC-JP | ?鴉? | 00111111111100101110110100111111 | 3ff2ed3f |
UTF-8 | 뤌鴉툫 | 111010111010010010001100111010011011010010001001111011011000100010101011 | eba48ce9b489ed88ab |
UHC | 뤌鴉툫 | 100011111011110011100100101111001011100101000010 | 8fbce4bcb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)