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 | ?峯瞼 | 0011111110010101111101011110000111011001 | 3f95f5e1d9 |
EUC-JP | ?峯瞼 | 0011111111001010111101111110001011011011 | 3fcaf7e2db |
UTF-8 | 林峯瞼 | 111011111010011110110100111001011011001110101111111001111001111010111100 | efa7b4e5b3afe79ebc |
UHC | 林峯瞼 | 111011001111011111011100111001111100110010100001 | ecf7dce7cca1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)