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 | チュイ鮹ュ | 110000011010110110110010111010011100000110101101 | c1adb2e9c1ad |
EUC-JP | チュイ鮹ュ | 10001110110000011000111010101101100011101011001011110010110000111000111010101101 | 8ec18ead8eb2f2c38ead |
UTF-8 | チュイ鮹ュ | 111011111011111010000001111011111011110110101101111011111011110110110010111010011010111010111001111011111011110110101101 | efbe81efbdadefbdb2e9aeb9efbdad |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)