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 | ワタ莚^ | 1101110011000000111001001010110101011110 | dcc0e4ad5e |
EUC-JP | ワタ莚^ | 10001110110111001000111011000000111010001010111101011110 | 8edc8ec0e8af5e |
UTF-8 | ワタ莚^ | 11101111101111101001110011101111101111101000000011101000100011101001101001011110 | efbe9cefbe80e88e9a5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)