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 | 梧ワ?^ | 100011001110011010000011100011110011111101011110 | 8ce6838f3f5e |
EUC-JP | 梧ワ?^ | 101110001110100010100101111011110011111101011110 | b8e8a5ef3f5e |
UTF-8 | 梧ワ쉿^ | 11100110101000101010011111100011100000111010111111101100100010011011111101011110 | e6a2a7e383afec89bf5e |
UHC | 梧ワ쉿^ | 11100111111111001010101111101111101111011011001001011110 | e7fcabefbdb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)