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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 域??暎??B | 100010001110011000111111001111111001110111110011001111110011111101000010 | 88e63f3f9df33f3f42 |
EUC-JP | 域??暎??B | 101100001110100000111111001111111101101011110101001111110011111101000010 | b0e83f3fdaf53f3f42 |
UTF-8 | 域밸젡暎㏓젾B | 11100101100111111001111111101011101100001011100011101100101000001010000111100110100110101000111011100011100011111001001111101100101000001011111001000010 | e59f9febb0b8eca0a1e69a8ee38f93eca0be42 |
UHC | 域밸젡暎㏓젾B | 11100110101101001011100111101011101000001001101011100111101100101010011111101011101000001011000001000010 | e6b4b9eba09ae7b2a7eba0b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)