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 | 題頭???^ | 1001000111101000100100111010101000111111001111110011111101011110 | 91e893aa3f3f3f5e |
EUC-JP | 題頭?洹?^ | 11000010111010101100011010101100001111111000111111000111101110100011111101011110 | c2eac6ac3f8fc7ba3f5e |
UTF-8 | 題頭딧洹렞^ | 11101001101000011000110011101001101000001010110111101011100101001010011111100110101101001011100111101011101000001001111001011110 | e9a18ce9a0adeb94a7e6b4b9eba09e5e |
UHC | 題頭딧洹렞^ | 1111000010111001110101001110100110110101111101111110101010110111100011101010111101011110 | f0b9d4e9b5f7eab78eaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)