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 | 隱??荏 | 111010001010101000111111001111111000100101100000 | e8aa3f3f8960 |
EUC-JP | 隱??荏 | 111100001010110000111111001111111011000111000001 | f0ac3f3fb1c1 |
UTF-8 | 隱⑸끂荏 | 111010011001101010110001111000101001000110111000111010111000000110000010111010001000110110001111 | e99ab1e291b8eb8182e88d8f |
UHC | 隱⑸끂荏 | 1110101111011111101010011110101110000101101110001110110011111011 | ebdfa9eb85b8ecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)