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 | 堤峯騁 | 100100101110011110010101111101011110100101110100 | 92e795f5e974 |
EUC-JP | 堤峯騁 | 110001001110100111001010111101111111000111010101 | c4e9caf7f1d5 |
UTF-8 | 堤峯騁 | 111001011010000010100100111001011011001110101111111010011010100010000001 | e5a0a4e5b3afe9a881 |
UHC | 堤峯騁 | 111100001010011111011100111001111101111010111110 | f0a7dce7debe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)