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 | 轤堤正 | 111001111000001010010010111001111001000010110011 | e78292e790b3 |
EUC-JP | 轤堤正 | 111011011110001011000100111010011100000010110101 | ede2c4e9c0b5 |
UTF-8 | 轤堤正 | 111010001011110110100100111001011010000010100100111001101010110110100011 | e8bda4e5a0a4e6ada3 |
UHC | ?堤正 | 0011111111110000101001111110111111100001 | 3ff0a7efe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)