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 | 閻??要 | 111010001000010100111111001111111001011101110110 | e8853f3f9776 |
EUC-JP | 閻??要 | 111011111110010100111111001111111100110111010111 | efe53f3fcdd7 |
UTF-8 | 閻⑶궍要 | 111010011001011010111011111000101001000110110110111010101011011010001101111010001010011010000001 | e996bbe291b6eab68de8a681 |
UHC | 閻⑶궍要 | 1110011110100010101010011110100110000010101000111110100110101001 | e7a2a9e982a3e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)