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 | 鄒ケ霍厄セ | 1110011110111110101110011110100010110111100101101110111110111110 | e7beb9e8b796efbe |
EUC-JP | 鄒ケ霍厄セ | 11101110110000001000111010111001111100001011100111001100111100011000111010111110 | eec08eb9f0b9ccf18ebe |
UTF-8 | 鄒ケ霍厄セ | 111010011000010010010010111011111011110110111001111010011001110010001101111001011000111010000100111011111011110110111110 | e98492efbdb9e99c8de58e84efbdbe |
UHC | 鄒??厄? | 11110101110110110011111100111111111001001111100000111111 | f5db3f3fe4f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)