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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鄒カ鬧郁 | 11100111101111101011011011101001101001111000100011101000 | e7beb6e9a788e8 |
EUC-JP | 鄒カ鬧郁 | 1110111011000000100011101011011011110010101010011011000011101010 | eec08eb6f2a9b0ea |
UTF-8 | 鄒カ鬧郁 | 111010011000010010010010111011111011110110110110111010011010110010100111111010011000001110000001 | e98492efbdb6e9aca7e98381 |
UHC | 鄒?鬧郁 | 11110101110110110011111111010111101000101110100111110100 | f5db3fd7a2e9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)