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 | 鄒カ鬧磯寔 | 111001111011111010110110111010011010011110001000111010011001101110000110 | e7beb6e9a788e99b86 |
EUC-JP | 鄒カ鬧磯寔 | 11101110110000001000111010110110111100101010100110110000111010111101010111100110 | eec08eb6f2a9b0ebd5e6 |
UTF-8 | 鄒カ鬧磯寔 | 111010011000010010010010111011111011110110110110111010011010110010100111111001111010001110101111111001011010111110010100 | e98492efbdb6e9aca7e7a3afe5af94 |
UHC | 鄒?鬧磯寔 | 111101011101101100111111110101111010001011010001101101001110001111010001 | f5db3fd7a2d1b4e3d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)