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 | 倭??窈? | 10011000011000000011111100111111111000100111011100111111 | 98603f3fe2773f |
EUC-JP | 倭??窈? | 11001111110000010011111100111111111000111101100000111111 | cfc13f3fe3d83f |
UTF-8 | 倭랃퐦窈딟 | 111001011000000010101101111010111001111010000011111011011001000010100110111001111010101010001000111010111001010010011111 | e580adeb9e83ed90a6e7aa88eb949f |
UHC | 倭랃퐦窈딟 | 11101000110111101000110111101111101111011000111111101001101000011000101101000010 | e8de8defbd8fe9a18b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)