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 | 竺実・ | 1000111010110001100011101100000010100101 | 8eb18ec0a5 |
EUC-JP | 竺実・ | 101111001011001110111100110000101000111010100101 | bcb3bcc28ea5 |
UTF-8 | 竺実・ | 111001111010101110111010111001011010111010011111111011111011110110100101 | e7abbae5ae9fefbda5 |
UHC | 竺?? | 11110101111001110011111100111111 | f5e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)