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 | 輯?? | 10001111010100110011111100111111 | 8f533f3f |
EUC-JP | 輯?? | 10111101101101000011111100111111 | bdb43f3f |
UTF-8 | 輯렽롈 | 111010001011110010101111111010111010000010111101111010111010000110001000 | e8bcafeba0bdeba188 |
UHC | 輯렽롈 | 111100101111111010001110110001011000111011001110 | f2fe8ec58ece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)