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 | í¥Kí¥K^ | 111011011001100010100101010010111110110110011000101001010100101101011110 | ed98a54bed98a54b5e |
SJIS-WIN | ??¥K??¥K^ | 0011111100111111100000011000111101001011001111110011111110000001100011110100101101011110 | 3f3f818f4b3f3f818f4b5e |
EUC-JP | í??Kí??K^ | 10001111101010111011111100111111001111110100101110001111101010111011111100111111001111110100101101011110 | 8fabbf3f3f4b8fabbf3f3f4b5e |
UTF-8 | í¥Kí¥K^ | 110000111010110111000010100110001100001010100101010010111100001110101101110000101001100011000010101001010100101101011110 | c3adc298c2a54bc3adc298c2a54b5e |
UHC | ???K???K^ | 001111110011111100111111010010110011111100111111001111110100101101011110 | 3f3f3f4b3f3f3f4b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)