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 | 薨絅銜 | 111001010100100111100011010001001110011111110000 | e549e344e7f0 |
EUC-JP | 薨絅銜 | 111010011010101011100101101001011110111011110010 | e9aae5a5eef2 |
UTF-8 | 薨絅銜 | 111010001001011010101000111001111011010110000101111010011000101010011100 | e896a8e7b585e98a9c |
UHC | 薨絅銜 | 111111011011110011001100111001111111100111100111 | fdbccce7f9e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)