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 | 111001111010001010101001011010011110011110100010101010010110100101000010 | e7a2a969e7a2a96942 |
EUC-JP | 遒ゥi遒ゥiB | 1110111010100100100011101010100101101001111011101010010010001110101010010110100101000010 | eea48ea969eea48ea96942 |
UTF-8 | 遒ゥi遒ゥiB | 111010011000000110010010111011111011110110101001011010011110100110000001100100101110111110111101101010010110100101000010 | e98192efbda969e98192efbda96942 |
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)