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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 約⑤?? | 100101101111000110000111010001000011111100111111 | 96f187443f3f |
EUC-JP | 約??? | 1100110011110011001111110011111100111111 | ccf33f3f3f |
UTF-8 | 約⑤뀪類 | 111001111011010010000100111000101001000110100100111010111000000010101010111011111010011110010000 | e7b484e291a4eb80aaefa790 |
UHC | 約⑤뀪類 | 1110010110110011101010001110101110000101101000001110101110111010 | e5b3a8eb85a0ebba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)