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 | 沚肯? | 1001111110001101100011010110110100111111 | 9f8d8d6d3f |
EUC-JP | 沚肯? | 1101110111101101101110011100111000111111 | ddedb9ce3f |
UTF-8 | 沚肯짊 | 111001101011001010011010111010001000001010101111111011001010011110001010 | e6b29ae882afeca78a |
UHC | 沚肯짊 | 111100101010111111010000111010011100000111111011 | f2afd0e9c1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)