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 | 題?腸??? | 1001000111101000001111111001001010110000001111110011111100111111 | 91e83f92b03f3f3f |
EUC-JP | 題?腸??? | 1100001011101010001111111100010010110010001111110011111100111111 | c2ea3fc4b23f3f3f |
UTF-8 | 題렍腸흘렩렍 | 111010011010000110001100111010111010000010001101111010001000010110111000111011011001110110011000111010111010000010101001111010111010000010001101 | e9a18ceba08de885b8ed9d98eba0a9eba08d |
UHC | 題렍腸흘렩렍 | 111100001011100110001110101000111110110111110011110010001110101010001110101101111000111010100011 | f0b98ea3edf3c8ea8eb78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)