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 | 芽??鸚 | 100010011110100000111111001111111110101001011111 | 89e83f3fea5f |
EUC-JP | 芽??鸚 | 101100101110101000111111001111111111001111000000 | b2ea3f3ff3c0 |
UTF-8 | 芽뜇똁鸚 | 111010001000101010111101111010111001110010000111111010111001100010000001111010011011100010011010 | e88abdeb9c87eb9881e9b89a |
UHC | 芽뜇똁鸚 | 1110010010110100100011011000101010001100010000101110010110100100 | e4b48d8a8c42e5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)