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 | 100011111100111100111111011010011000111111001111001111110110100101000010 | 8fcf3f698fcf3f6942 |
EUC-JP | 粧?i粧?iB | 101111101101000100111111011010011011111011010001001111110110100101000010 | bed13f69bed13f6942 |
UTF-8 | 粧렒i粧렒iB | 111001111011001010100111111010111010000010010010011010011110011110110010101001111110101110100000100100100110100101000010 | e7b2a7eba09269e7b2a7eba0926942 |
UHC | 粧렒i粧렒iB | 1110110111110010100011101010011101101001111011011111001010001110101001110110100101000010 | edf28ea769edf28ea76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)