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 | 踝朱是 | 111001101111010010001110111010011001000010100101 | e6f48ee990a5 |
EUC-JP | 踝朱是 | 111011001111011010111100111010111100000010100111 | ecf6bcebc0a7 |
UTF-8 | 踝朱是 | 111010001011100010011101111001101001110010110001111001101001100010101111 | e8b89de69cb1e698af |
UHC | ?朱是 | 0011111111110001101110011110001111000000 | 3ff1b9e3c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)