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 | 鄒カ鬧育ケ | 1110011110111110101101101110100110100111100010001110011110111001 | e7beb6e9a788e7b9 |
EUC-JP | 鄒カ鬧育ケ | 11101110110000001000111010110110111100101010100110110000111010011000111010111001 | eec08eb6f2a9b0e98eb9 |
UTF-8 | 鄒カ鬧育ケ | 111010011000010010010010111011111011110110110110111010011010110010100111111010001000001010110010111011111011110110111001 | e98492efbdb6e9aca7e882b2efbdb9 |
UHC | 鄒?鬧育? | 1111010111011011001111111101011110100010111010111100000000111111 | f5db3fd7a2ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)