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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 借湘。 | 10001110110110001111100110100001100011111100001110100001 | 8ed8f9a18fc3a1 |
EUC-JP | 借?湘。 | 10111100110110100011111110111110110001011000111010100001 | bcda3fbec58ea1 |
UTF-8 | 借湘。 | 111001011000000010011111111011101001101110111100111001101011100110011000111011111011110110100001 | e5809fee9bbce6b998efbda1 |
UHC | 借?湘? | 111100111010100000111111110111111100111100111111 | f3a83fdfcf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)