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 | ??輯 | 00111111001111111000111101010011 | 3f3f8f53 |
EUC-JP | ??輯 | 00111111001111111011110110110100 | 3f3fbdb4 |
UTF-8 | 롎렏輯 | 111010111010000110001110111010111010000010001111111010001011110010101111 | eba18eeba08fe8bcaf |
UHC | 롎렏輯 | 100011101101010010001110101001011111001011111110 | 8ed48ea5f2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)