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 | 蛻カ繞コ竏ェ | 111001011000100010110110111000111000010110111010111000101000100010101010 | e588b6e385bae288aa |
EUC-JP | 蛻カ繞コ竏ェ | 111010011110100010001110101101101110010111100101100011101011101011100011111010001000111010101010 | e9e88eb6e5e58ebae3e88eaa |
UTF-8 | 蛻カ繞コ竏ェ | 111010001001101110111011111011111011110110110110111001111011100110011110111011111011110110111010111001111010101110001111111011111011110110101010 | e89bbbefbdb6e7b99eefbdbae7ab8fefbdaa |
UHC | ??繞??? | 00111111001111111110100110100100001111110011111100111111 | 3f3fe9a43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)