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 | 1110011110101111100011000111110101101001111001111010111110001100011111010110100101000010 | e7af8c7d69e7af8c7d6942 |
EUC-JP | 遽迎i遽迎iB | 1110111010110001101101111101111001101001111011101011000110110111110111100110100101000010 | eeb1b7de69eeb1b7de6942 |
UTF-8 | 遽迎i遽迎iB | 111010011000000110111101111010001011111110001110011010011110100110000001101111011110100010111111100011100110100101000010 | e981bde8bf8e69e981bde8bf8e6942 |
UHC | 遽迎i遽迎iB | 1100101111101000111001111100101001101001110010111110100011100111110010100110100101000010 | cbe8e7ca69cbe8e7ca6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)