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 | ??裟 | 00111111001111111000110110111110 | 3f3f8dbe |
EUC-JP | ??裟 | 00111111001111111011101011000000 | 3f3fbac0 |
UTF-8 | 뤿쪔裟 | 111010111010010010111111111011001010101010010100111010001010001110011111 | eba4bfecaa94e8a39f |
UHC | 뤿쪔裟 | 100011111110101110100101100011101101111011110000 | 8feba58edef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)