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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 仰??澳 | 100010111100001000111111001111111110000001010011 | 8bc23f3fe053 |
EUC-JP | 仰??澳 | 101101101100010000111111001111111101111110110100 | b6c43f3fdfb4 |
UTF-8 | 仰띄쉸澳 | 111001001011101110110000111010111001110110000100111011001000100110111000111001101011111010110011 | e4bbb0eb9d84ec89b8e6beb3 |
UHC | 仰띄쉸澳 | 1110010011100110101101101110011110011010100011101110011111111110 | e4e6b6e79a8ee7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)