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 | 鉗、竍皮・ | 1110011111100111101001001110001010000111100101001110011110100101 | e7e7a4e28794e7a5 |
EUC-JP | 鉗、竍皮・ | 11101110111010011000111010100100111000111110011111001000111010011000111010100101 | eee98ea4e3e7c8e98ea5 |
UTF-8 | 鉗、竍皮・ | 111010011000100110010111111011111011110110100100111001111010101110001101111001111001101010101110111011111011110110100101 | e98997efbda4e7ab8de79aaeefbda5 |
UHC | 鉗??皮? | 11001100110001100011111100111111111110011010101100111111 | ccc63f3ff9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)