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 | 譌瑚晋 | 111001101001011110001100111010001001000001010111 | e6978ce89057 |
EUC-JP | 譌瑚晋 | 111010111111011110111000111010101011111110111000 | ebf7b8eabfb8 |
UTF-8 | 譌瑚晋 | 111010001010110110001100111001111001000110011010111001101001100110001011 | e8ad8ce7919ae6998b |
UHC | ?瑚晋 | 0011111111111011110100011111001011001100 | 3ffbd1f2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)