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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 殿?才?姨 | 1001001101100001001111111000110111001011001111111001101101001000 | 93613f8dcb3f9b48 |
EUC-JP | 殿?才?姨 | 1100010111000010001111111011101011001101001111111101010110101001 | c5c23fbacd3fd5a9 |
UTF-8 | 殿렲才렯姨 | 111001101010111010111111111010111010000010110010111001101000100110001101111010111010000010101111111001011010011110101000 | e6aebfeba0b2e6898deba0afe5a7a8 |
UHC | 殿렲才렯姨 | 11101110111111001000111010111111111011101010011010001110101111001110110010101001 | eefc8ebfeea68ebceca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)