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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?睾h | 00111111111000011100111001101000 | 3fe1ce68 |
EUC-JP | ?睾h | 00111111111000101101000001101000 | 3fe2d068 |
UTF-8 | 렺睾h | 11101011101000001011101011100111100111011011111001101000 | eba0bae79dbe68 |
UHC | 렺睾h | 1000111011000010110011011100001001101000 | 8ec2cdc268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)