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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ渉陳膳 | 11000010100011111100001010010010110000101001000101010110 | c28fc292c29156 |
EUC-JP | ツ渉陳膳 | 1000111011000010101111101100010011000100110001001100000110110111 | 8ec2bec4c4c4c1b7 |
UTF-8 | ツ渉陳膳 | 111011111011111010000010111001101011100010001001111010011001100110110011111010001000011010110011 | efbe82e6b889e999b3e886b3 |
UHC | ??陳膳 | 001111110011111111110010111001111110000011001110 | 3f3ff2e7e0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)