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 | BiBiB | 10011110010000100110100110011110010000100110100101000010 | 9e42699e426942 |
SJIS-WIN | ?Bi?BiB | 00111111010000100110100100111111010000100110100101000010 | 3f42693f426942 |
EUC-JP | ?Bi?BiB | 00111111010000100110100100111111010000100110100101000010 | 3f42693f426942 |
UTF-8 | BiBiB | 110000101001111001000010011010011100001010011110010000100110100101000010 | c29e4269c29e426942 |
UHC | ?Bi?BiB | 00111111010000100110100100111111010000100110100101000010 | 3f42693f426942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)