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 | 潟?授 | 1000101010000011001111111000111011110110 | 8a833f8ef6 |
EUC-JP | 潟奭授 | 10110011111000111000111110111000111111101011110011111000 | b3e38fb8febcf8 |
UTF-8 | 潟奭授 | 111001101011110110011111111001011010010110101101111001101000111010001000 | e6bd9fe5a5ade68e88 |
UHC | 潟奭授 | 111000001011001111100000101010111110001010100011 | e0b3e0abe2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)