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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疑?疑 | 1000101101011110001111111000101101011110 | 8b5e3f8b5e |
EUC-JP | 疑?疑 | 1011010110111111001111111011010110111111 | b5bf3fb5bf |
UTF-8 | 疑멻疑 | 111001111001011010010001111010111010100110111011111001111001011010010001 | e79691eba9bbe79691 |
UHC | 疑멻疑 | 111010111111011110010001011010001110101111110111 | ebf79168ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)