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 | ??Ae??H | 00111111001111110100000101100101001111110011111101001000 | 3f3f41653f3f48 |
SJIS-WIN | ??Ae??H | 00111111001111110100000101100101001111110011111101001000 | 3f3f41653f3f48 |
EUC-JP | ??Ae??H | 00111111001111110100000101100101001111110011111101001000 | 3f3f41653f3f48 |
UTF-8 | 횂혪Ae횂혪H | 111011011001101010000010111011011001100010101010010000010110010111101101100110101000001011101101100110001010101001001000 | ed9a82ed98aa4165ed9a82ed98aa48 |
UHC | 횂혪Ae횂혪H | 1100001110000010110000101001001001000001011001011100001110000010110000101001001001001000 | c382c2924165c382c29248 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)