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 | 萼跫」 | 111001001101001111100110111011011000000101110110 | e4d3e6ed8176 |
EUC-JP | 萼跫」 | 111010001101010111101100111011111010000111010111 | e8d5ecefa1d7 |
UTF-8 | 萼跫」 | 111010001001000010111100111010001011011110101011111000111000000010001101 | e890bce8b7abe3808d |
UHC | ??」 | 00111111001111111010000110111001 | 3f3fa1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)