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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ワエ頏ワエ頏^ | 110111001011010011101000111100001101110010110100111010001111000001011110 | dcb4e8f0dcb4e8f05e |
EUC-JP | ワエ頏ワエ頏^ | 10001110110111001000111010110100111100001111001010001110110111001000111010110100111100001111001001011110 | 8edc8eb4f0f28edc8eb4f0f25e |
UTF-8 | ワエ頏ワエ頏^ | 11101111101111101001110011101111101111011011010011101001101000001000111111101111101111101001110011101111101111011011010011101001101000001000111101011110 | efbe9cefbdb4e9a08fefbe9cefbdb4e9a08f5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)