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 | äÀÆÓ | 10001111111001001100000010001110110001101000111011010011 | 8fe4c08ec68ed3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?äÀ?Æ?Ó | 001111111000111110101011101000111000111110101010101000100011111110001111101010011010000100111111100011111010101011010001 | 3f8faba38faaa23f8fa9a13f8faad1 |
UTF-8 | äÀÆÓ | 1100001010001111110000111010010011000011100000001100001010001110110000111000011011000010100011101100001110010011 | c28fc3a4c380c28ec386c28ec393 |
UHC | ????Æ?? | 0011111100111111001111110011111110101000101000010011111100111111 | 3f3f3f3fa8a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)