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 | 借湘 | 100011101101100011111001101000011000111111000011 | 8ed8f9a18fc3 |
EUC-JP | 借?湘 | 1011110011011010001111111011111011000101 | bcda3fbec5 |
UTF-8 | 借湘 | 111001011000000010011111111011101001101110111100111001101011100110011000 | e5809fee9bbce6b998 |
UHC | 借?湘 | 1111001110101000001111111101111111001111 | f3a83fdfcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)