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 | 踐れЧ | 111001101111011010000010111010101000010001011000 | e6f682ea8458 |
EUC-JP | 踐れЧ | 111011001111100010100100111011001010011110111001 | ecf8a4eca7b9 |
UTF-8 | 踐れЧ | 1110100010111000100100001110001110000010100011001101000010100111 | e8b890e3828cd0a7 |
UHC | 踐れЧ | 111101001100001010101010111011001010110010111001 | f4c2aaecacb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)