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 | 鳶?伍 | 1001001111001110001111111000110011011110 | 93ce3f8cde |
EUC-JP | 鳶?伍 | 1100011011010000001111111011100011100000 | c6d03fb8e0 |
UTF-8 | 鳶퀻伍 | 111010011011001110110110111011011000000010111011111001001011110010001101 | e9b3b6ed80bbe4bc8d |
UHC | 鳶퀻伍 | 111001101110100110110100010010111110011111101010 | e6e9b44be7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)