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 | 螢順耋 | 111001011010001110001111100001111110001111001101 | e5a38f87e3cd |
EUC-JP | 螢順耋 | 111010101010010110111101111001111110011011001111 | eaa5bde7e6cf |
UTF-8 | 螢順耋 | 111010001001111010100010111010011010000010000110111010001000000010001011 | e89ea2e9a086e8808b |
UHC | 螢順? | 1111101110101011111000101111011100111111 | fbabe2f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)