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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豺城ス「籬触 | 11100110101101111000111111101001101111011010001011100010110111111001000001000111 | e6b78fe9bda2e2df9047 |
EUC-JP | 豺城ス「籬触 | 111011001011100110111110111010111000111010111101100011101010001011100100111000011011111110101000 | ecb9beeb8ebd8ea2e4e1bfa8 |
UTF-8 | 豺城ス「籬触 | 111010001011000110111010111001011001111110001110111011111011110110111101111011111011110110100010111001111011000110101100111010001010011110100110 | e8b1bae59f8eefbdbdefbda2e7b1ace8a7a6 |
UHC | 豺城??籬? | 111000111100111111100000111100100011111100111111110101111110011000111111 | e3cfe0f23f3fd7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)