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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 眛龝穽 | 111000011100010011100010011100111110001001110110 | e1c4e273e276 |
EUC-JP | 眛龝穽 | 111000101100011011100011110101001110001111010111 | e2c6e3d4e3d7 |
UTF-8 | 眛龝穽 | 111001111001110010011011111010011011111010011101111001111010100110111101 | e79c9be9be9de7a9bd |
UHC | ??穽 | 00111111001111111110111111110000 | 3f3feff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)