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 | ??A? | 00111111001111110100000100111111 | 3f3f413f |
SJIS-WIN | 蜿ゥA驕 | 111001011000111110101001010000011110100110000001 | e58fa941e981 |
EUC-JP | 蜿ゥA驕 | 11101001111011111000111010101001010000011111000111100001 | e9ef8ea941f1e1 |
UTF-8 | 蜿ゥA驕 | 11101000100111001011111111101111101111011010100101000001111010011010100110010101 | e89cbfefbda941e9a995 |
UHC | ??A驕 | 0011111100111111010000011100111011110110 | 3f3f41cef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)