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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????▽ | 001111110011111100111111001111111000000110100100 | 3f3f3f3f81a4 |
EUC-JP | 沅?饔?▽ | 10001111110001101110100100111111100011111110100011101111001111111010001010100110 | 8fc6e93f8fe8ef3fa2a6 |
UTF-8 | 沅렒饔뜹▽ | 111001101011001010000101111010111010000010010010111010011010010110010100111010111001110010111001111000101001011010111101 | e6b285eba092e9a594eb9cb9e296bd |
UHC | 沅렒饔뜹▽ | 11101010101101101000111010100111111010001011110110110110111001011010000111100100 | eab68ea7e8bdb6e5a1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)