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 | 縡?鷹?矮? | 111000110111000100111111100100011110100100111111111000011110001000111111 | e3713f91e93fe1e23f |
EUC-JP | 縡?鷹?矮? | 111001011101001000111111110000101110101100111111111000101110010000111111 | e5d23fc2eb3fe2e43f |
UTF-8 | 縡렭鷹렓矮렡 | 111001111011100010100001111010111010000010101101111010011011011110111001111010111010000010010011111001111001111110101110111010111010000010100001 | e7b8a1eba0ade9b7b9eba093e79faeeba0a1 |
UHC | 縡렭鷹렓矮렡 | 111011101010110110001110101110101110101111101101100011101010100011101000111000011000111010110010 | eead8ebaebed8ea8e8e18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)