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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 慂??媛?? | 1001110011001000001111110011111110010101010100010011111100111111 | 9cc83f3f95513f3f |
EUC-JP | 慂?ĸ媛?? | 11011000110010100011111110001111101010011100011111001001101100100011111100111111 | d8ca3f8fa9c7c9b23f3f |
UTF-8 | 慂뗫ĸ媛뽨퐱 | 1110011010000101100000101110101110010111101010111100010010111000111001011010101010011011111010111011110110101000111011011001000010110001 | e68582eb97abc4b8e5aa9bebbda8ed90b1 |
UHC | 慂뗫ĸ媛뽨퐱 | 111010011011110110001011111010111010100110100111111010101011000010010110111001001011110110011010 | e9bd8beba9a7eab096e4bd9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)