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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 謝室@謝室@B | 1000111011010011100011101011101001000000100011101101001110001110101110100100000001000010 | 8ed38eba408ed38eba4042 |
EUC-JP | 謝室@謝室@B | 1011110011010101101111001011110001000000101111001101010110111100101111000100000001000010 | bcd5bcbc40bcd5bcbc4042 |
UTF-8 | 謝室@謝室@B | 111010001010110010011101111001011010111010100100010000001110100010101100100111011110010110101110101001000100000001000010 | e8ac9de5aea440e8ac9de5aea44042 |
UHC | 謝室@謝室@B | 1101111011110011111000111111100001000000110111101111001111100011111110000100000001000010 | def3e3f840def3e3f84042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)