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 | 鄒樒n闊キ | 111001111011111010011110111001111000001010001110111010001000100010110111 | e7be9ee7828ee888b7 |
EUC-JP | 鄒樒n闊キ | 11101110110000001101110011101001101000111110111011101111111010001000111010110111 | eec0dce9a3eeefe88eb7 |
UTF-8 | 鄒樒n闊キ | 111010011000010010010010111001101010100010010010111011111011110110001110111010011001011110001010111011111011110110110111 | e98492e6a892efbd8ee9978aefbdb7 |
UHC | 鄒?n闊? | 1111010111011011001111111010001111101110111111001100010000111111 | f5db3fa3eefcc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)