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 | 誓潟棲 | 100100001011111010001010100000111001000010110001 | 90be8a8390b1 |
EUC-JP | 誓潟棲 | 110000001100000010110011111000111100000010110011 | c0c0b3e3c0b3 |
UTF-8 | 誓潟棲 | 111010001010101010010011111001101011110110011111111001101010001110110010 | e8aa93e6bd9fe6a3b2 |
UHC | 誓潟棲 | 111000001010010111100000101100111101111111111000 | e0a5e0b3dff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)