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 | ?齎鮴 | 0011111111100110110110001110100110111110 | 3fe6d8e9be |
EUC-JP | 澇齎鮴 | 10001111110010001110010011101100110110101111001011000000 | 8fc8e4ecdaf2c0 |
UTF-8 | 澇齎鮴 | 111001101011111010000111111010011011110110001110111010011010111010110100 | e6be87e9bd8ee9aeb4 |
UHC | ?齎? | 00111111111011101011001000111111 | 3feeb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)