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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驕ァ螟ゑスッ | 111010011000000110100111111001011010010010000010111011111011110110101111 | e981a7e5a482efbdaf |
EUC-JP | 驕ァ螟ゑスッ | 111100011110000110001110101001111110101010100110101001001111000110001110101111011000111010101111 | f1e18ea7eaa6a4f18ebd8eaf |
UTF-8 | 驕ァ螟ゑスッ | 111010011010100110010101111011111011110110100111111010001001111010011111111000111000001010010001111011111011110110111101111011111011110110101111 | e9a995efbda7e89e9fe38291efbdbdefbdaf |
UHC | 驕?螟ゑ?? | 110011101111011000111111110110011010110110101010111100010011111100111111 | cef63fd9adaaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)