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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 栒뜈똎列릣룳 | 111001101010000010010010111010111001110010001000111010111001100010001110111011111010011010011100111010111010011010100011111010111010001110110011 | e6a092eb9c88eb988eefa69ceba6a3eba3b3 |
UHC | 栒뜈똎列릣룳 | 111000101110001110001101100010111000110001001111111001101110101010010000100001011000111110101000 | e2e38d8b8c4fe6ea90858fa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)