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 | 鴨瘟? | 1000101010011011111000011000100100111111 | 8a9be1893f |
EUC-JP | 鴨瘟? | 1011001111111011111000011110100100111111 | b3fbe1e93f |
UTF-8 | 鴨瘟렮 | 111010011011010010101000111001111001100010011111111010111010000010101110 | e9b4a8e7989feba0ae |
UHC | 鴨瘟렮 | 111001001110010111101000101100001000111010111011 | e4e5e8b08ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)