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 | 螢順與 | 111001011010001110001111100001111110010001101111 | e5a38f87e46f |
EUC-JP | 螢順與 | 111010101010010110111101111001111110011111010000 | eaa5bde7e7d0 |
UTF-8 | 螢順與 | 111010001001111010100010111010011010000010000110111010001000100010000111 | e89ea2e9a086e88887 |
UHC | 螢順與 | 111110111010101111100010111101111110011010101000 | fbabe2f7e6a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)