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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | チイ豈^ | 1100000110110010111001101010111101011110 | c1b2e6af5e |
EUC-JP | チイ豈^ | 10001110110000011000111010110010111011001011000101011110 | 8ec18eb2ecb15e |
UTF-8 | チイ豈^ | 11101111101111101000000111101111101111011011001011101000101100011000100001011110 | efbe81efbdb2e8b1885e |
UHC | ??豈^ | 0011111100111111110100011100001001011110 | 3f3fd1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)