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 | ?肯? | 00111111100011010110110100111111 | 3f8d6d3f |
EUC-JP | ?肯? | 00111111101110011100111000111111 | 3fb9ce3f |
UTF-8 | 識肯껫 | 111011111010011110111100111010001000001010101111111010101011101110101011 | efa7bce882afeabbab |
UHC | 識肯껫 | 111100101011110111010000111010011011001010110110 | f2bdd0e9b2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)