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 | ワ」邯^ | 1101110010100011111001111011011001011110 | dca3e7b65e |
EUC-JP | ワ」邯^ | 10001110110111001000111010100011111011101011100001011110 | 8edc8ea3eeb85e |
UTF-8 | ワ」邯^ | 11101111101111101001110011101111101111011010001111101001100000101010111101011110 | efbe9cefbda3e982af5e |
UHC | ??邯^ | 0011111100111111110010101111101101011110 | 3f3fcafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)