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 | ??孵 | 00111111001111111001101101111010 | 3f3f9b7a |
EUC-JP | ??孵 | 00111111001111111101010111011011 | 3f3fd5db |
UTF-8 | 렺꼼孵 | 111010111010000010111010111010101011110010111100111001011010110110110101 | eba0baeabcbce5adb5 |
UHC | 렺꼼孵 | 100011101100001010110010110001001101110110100010 | 8ec2b2c4dda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)