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 | 1110100110011100100011100111110101101001111010011001110010001110011111010110100101000010 | e99c8e7d69e99c8e7d6942 |
EUC-JP | 髴枝i髴枝iB | 1111000111111100101110111101111001101001111100011111110010111011110111100110100101000010 | f1fcbbde69f1fcbbde6942 |
UTF-8 | 髴枝i髴枝iB | 111010011010101110110100111001101001111010011101011010011110100110101011101101001110011010011110100111010110100101000010 | e9abb4e69e9d69e9abb4e69e9d6942 |
UHC | ?枝i?枝iB | 001111111111001010101011011010010011111111110010101010110110100101000010 | 3ff2ab693ff2ab6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)