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 | 葫傾夕 | 111001001101011110001100010110001001011101011011 | e4d78c58975b |
EUC-JP | 葫傾夕 | 111010001101100110110111101110011100110110111100 | e8d9b7b9cdbc |
UTF-8 | 葫傾夕 | 111010001001000110101011111001011000001010111110111001011010010010010101 | e891abe582bee5a495 |
UHC | 葫傾夕 | 111110111101100111001100110010111110000010101010 | fbd9cccbe0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)