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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾カ螟懈ア | 1110100110000000101101101110010110100100100111001110011010110001 | e980b6e5a49ce6b1 |
EUC-JP | 騾カ螟懈ア | 11110001111000001000111010110110111010101010011011011000111010001000111010110001 | f1e08eb6eaa6d8e88eb1 |
UTF-8 | 騾カ螟懈ア | 111010011010100010111110111011111011110110110110111010001001111010011111111001101000011110001000111011111011110110110001 | e9a8beefbdb6e89e9fe68788efbdb1 |
UHC | ??螟懈? | 00111111001111111101100110101101111110101010101100111111 | 3f3fd9adfaab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)