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 | 疑??疑 | 100010110101111000111111001111111000101101011110 | 8b5e3f3f8b5e |
EUC-JP | 疑??疑 | 101101011011111100111111001111111011010110111111 | b5bf3f3fb5bf |
UTF-8 | 疑띔톤疑 | 111001111001011010010001111010111001110110010100111011011000011010100100111001111001011010010001 | e79691eb9d94ed86a4e79691 |
UHC | 疑띔톤疑 | 1110101111110111101101101110101011000101111001101110101111110111 | ebf7b6eac5e6ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)