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 | ??????Wm | 0011111100111111001111110011111100111111001111110101011101101101 | 3f3f3f3f3f3f576d |
SJIS-WIN | テヲテオツセWm | 1100001110100110110000111011010111000010101111100101011101101101 | c3a6c3b5c2be576d |
EUC-JP | テヲテオツセWm | 1000111011000011100011101010011010001110110000111000111010110101100011101100001010001110101111100101011101101101 | 8ec38ea68ec38eb58ec28ebe576d |
UTF-8 | テヲテオツセWm | 1110111110111110100000111110111110111101101001101110111110111110100000111110111110111101101101011110111110111110100000101110111110111101101111100101011101101101 | efbe83efbda6efbe83efbdb5efbe82efbdbe576d |
UHC | ??????Wm | 0011111100111111001111110011111100111111001111110101011101101101 | 3f3f3f3f3f3f576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)