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 | 驫鯛博 | 111010011000101010010001111000101001010010001110 | e98a91e2948e |
EUC-JP | 驫鯛博 | 111100011110101011000010111001001100011111101110 | f1eac2e4c7ee |
UTF-8 | 驫鯛博 | 111010011010100110101011111010011010111110011011111001011000110110011010 | e9a9abe9af9be58d9a |
UHC | ??博 | 00111111001111111101101011001111 | 3f3fdacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)