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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | ?暠o | 00111111111110101101101101101111 | 3ffadb6f |
EUC-JP | ?暠o | 0011111110001111110000101101011101101111 | 3f8fc2d76f |
UTF-8 | 렺暠o | 11101011101000001011101011100110100110101010000001101111 | eba0bae69aa06f |
UHC | 렺暠o | 1000111011000010110011011011110001101111 | 8ec2cdbc6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)