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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 髣奇スウ] | 11101001100101111000101011101111101111011011001101011101 | e9978aefbdb35d |
EUC-JP | 髣奇スウ] | 111100011111011110110100111100011000111010111101100011101011001101011101 | f1f7b4f18ebd8eb35d |
UTF-8 | 髣奇スウ] | 11101001101010111010001111100101101001011000011111101111101111011011110111101111101111011011001101011101 | e9aba3e5a587efbdbdefbdb35d |
UHC | ?奇??] | 001111111101000011110100001111110011111101011101 | 3fd0f43f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)