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 | 種陌? | 1000111011101101111010001001100100111111 | 8eede8993f |
EUC-JP | 種陌? | 1011110011101111111011111111100100111111 | bcefeff93f |
UTF-8 | 種陌렩 | 111001111010100010101110111010011001100110001100111010111010000010101001 | e7a8aee9998ceba0a9 |
UHC | 種陌렩 | 111100001111101011011000111010001000111010110111 | f0fad8e88eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)