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 | 唸痿齏 | 100110100101100011100001011111101110100011101011 | 9a58e17ee8eb |
EUC-JP | 唸痿齏 | 110100111011100111100001110111111111000011101101 | d3b9e1dff0ed |
UTF-8 | 唸痿齏 | 111001011001010010111000111001111001011110111111111010011011110110001111 | e594b8e797bfe9bd8f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)