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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 濵」i濵」iB | 111110110100110110100011011010011111101101001101101000110110100101000010 | fb4da369fb4da36942 |
EUC-JP | 濵」i濵」iB | 10001111110010011010011010001110101000110110100110001111110010011010011010001110101000110110100101000010 | 8fc9a68ea3698fc9a68ea36942 |
UTF-8 | 濵」i濵」iB | 111001101011111110110101111011111011110110100011011010011110011010111111101101011110111110111101101000110110100101000010 | e6bfb5efbda369e6bfb5efbda36942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)