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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 璢治煮 | 111000001110001110001110101000011000111011001111 | e0e38ea18ecf |
EUC-JP | 璢治煮 | 111000001110010110111100101000111011110011010001 | e0e5bca3bcd1 |
UTF-8 | 璢治煮 | 111001111001001010100010111001101011001010111011111001111000010110101110 | e792a2e6b2bbe785ae |
UHC | ?治煮 | 0011111111110110101111011110110110110100 | 3ff6bdedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)