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 | 日??謗 | 100100111111101000111111001111111110011010001110 | 93fa3f3fe68e |
EUC-JP | 日?獐謗 | 1100011011111100001111111000111111001011101110101110101111101110 | c6fc3f8fcbbaebee |
UTF-8 | 日렮獐謗 | 111001101001011110100101111010111010000010101110111001111000110110010000111010001010110010010111 | e697a5eba0aee78d90e8ac97 |
UHC | 日렮獐謗 | 1110110011101101100011101011101111101101111011111101101110111111 | eced8ebbedefdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)