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 | 螢墓腐 | 111001011010001110010101111001101001010110000101 | e5a395e69585 |
EUC-JP | 螢墓腐 | 111010101010010111001010111010001100100111100101 | eaa5cae8c9e5 |
UTF-8 | 螢墓腐 | 111010001001111010100010111001011010001010010011111010001000010110010000 | e89ea2e5a293e88590 |
UHC | 螢墓腐 | 111110111010101111011001110101111101110110101111 | fbabd9d7ddaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)