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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 重?億?轢 | 1000111101100100001111111000100110101101001111111110011110000000 | 8f643f89ad3fe780 |
EUC-JP | 重?億?轢 | 1011110111000101001111111011001010101111001111111110110111100000 | bdc53fb2af3fede0 |
UTF-8 | 重렦億멸轢 | 111010011000011110001101111010111010000010100110111001011000010010000100111010111010100110111000111010001011110110100010 | e9878deba0a6e58484eba9b8e8bda2 |
UHC | 重렦億멸轢 | 11110001111011001000111010110101111001011110001010111000111010101101010111111001 | f1ec8eb5e5e2b8ead5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)