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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 彫頭???^ | 1001001010100100100100111010101000111111001111110011111101011110 | 92a493aa3f3f3f5e |
EUC-JP | 彫頭?洹?^ | 11000100101001101100011010101100001111111000111111000111101110100011111101011110 | c4a6c6ac3f8fc7ba3f5e |
UTF-8 | 彫頭딧洹렞^ | 11100101101111011010101111101001101000001010110111101011100101001010011111100110101101001011100111101011101000001001111001011110 | e5bdabe9a0adeb94a7e6b4b9eba09e5e |
UHC | 彫頭딧洹렞^ | 1111000011000001110101001110100110110101111101111110101010110111100011101010111101011110 | f0c1d4e9b5f7eab78eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)