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 | 眸﨓 | 111100101111000011100001110001101111101011101000 | f2f0e1c6fae8 |
EUC-JP | ?眸? | 00111111111000101100100000111111 | 3fe2c83f |
UTF-8 | 眸﨓 | 111011101000100010100111111001111001110010111000111011111010100010010011 | ee88a7e79cb8efa893 |
UHC | ?眸? | 00111111110110011100001000111111 | 3fd9c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)