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 | 実竺漆 | 100011101100000010001110101100011000111010111101 | 8ec08eb18ebd |
EUC-JP | 実竺漆 | 101111001100001010111100101100111011110010111111 | bcc2bcb3bcbf |
UTF-8 | 実竺漆 | 111001011010111010011111111001111010101110111010111001101011110010000110 | e5ae9fe7abbae6bc86 |
UHC | ?竺漆 | 0011111111110101111001111111011011010100 | 3ff5e7f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)