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 | 1001000010101111100110011101011101101001100100001010111110011001110101110110100101000010 | 90af99d76990af99d76942 |
EUC-JP | 星燮i星燮iB | 1100000010110001110100101101100101101001110000001011000111010010110110010110100101000010 | c0b1d2d969c0b1d2d96942 |
UTF-8 | 星燮i星燮iB | 111001101001100010011111111001111000011110101110011010011110011010011000100111111110011110000111101011100110100101000010 | e6989fe787ae69e6989fe787ae6942 |
UHC | 星燮i星燮iB | 1110000011111000111000001111000001101001111000001111100011100000111100000110100101000010 | e0f8e0f069e0f8e0f06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)