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 | 00111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f5c68 |
SJIS-WIN | テ凝古渉ウ\h | 11000011100010111100001110001100110000111000111111000010101100110101110001101000 | c38bc38cc38fc2b35c68 |
EUC-JP | テ凝古渉ウ\h | 100011101100001110110110110001011011100011000101101111101100010010001110101100110101110001101000 | 8ec3b6c5b8c5bec48eb35c68 |
UTF-8 | テ凝古渉ウ\h | 1110111110111110100000111110010110000111100111011110010110001111101001001110011010111000100010011110111110111101101100110101110001101000 | efbe83e5879de58fa4e6b889efbdb35c68 |
UHC | ?凝古??\h | 001111111110101111101010110011011010111100111111001111110101110001101000 | 3febeacdaf3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)