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 | ??????cZ | 0011111100111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f3f635a |
SJIS-WIN | テャテカツオcZ | 1100001110101100110000111011011011000010101101010110001101011010 | c3acc3b6c2b5635a |
EUC-JP | テャテカツオcZ | 1000111011000011100011101010110010001110110000111000111010110110100011101100001010001110101101010110001101011010 | 8ec38eac8ec38eb68ec28eb5635a |
UTF-8 | テャテカツオcZ | 1110111110111110100000111110111110111101101011001110111110111110100000111110111110111101101101101110111110111110100000101110111110111101101101010110001101011010 | efbe83efbdacefbe83efbdb6efbe82efbdb5635a |
UHC | ??????cZ | 0011111100111111001111110011111100111111001111110110001101011010 | 3f3f3f3f3f3f635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)