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 | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | テュテ古榲ウ\h | 11000011101011011100001110001100110000111001111011000011101100110101110001101000 | c3adc38cc39ec3b35c68 |
EUC-JP | テュテ古榲ウ\h | 1000111011000011100011101010110110001110110000111011100011000101110111001100010110001110101100110101110001101000 | 8ec38ead8ec3b8c5dcc58eb35c68 |
UTF-8 | テュテ古榲ウ\h | 1110111110111110100000111110111110111101101011011110111110111110100000111110010110001111101001001110011010100110101100101110111110111101101100110101110001101000 | efbe83efbdadefbe83e58fa4e6a6b2efbdb35c68 |
UHC | ???古??\h | 001111110011111100111111110011011010111100111111001111110101110001101000 | 3f3f3fcdaf3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)