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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ?瑙辜BF | 00111111111000001110110111100111100000110100001001000110 | 3fe0ede7834246 |
EUC-JP | ?瑙辜BF | 00111111111000001110111111101101111000110100001001000110 | 3fe0efede34246 |
UTF-8 | 렺瑙辜BF | 1110101110100000101110101110011110010001100110011110100010111110100111000100001001000110 | eba0bae79199e8be9c4246 |
UHC | 렺瑙辜BF | 1000111011000010110100101100010111001101110100000100001001000110 | 8ec2d2c5cdd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)