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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 찾횪혯체 | 111011001011000010111110111011011001101010101010111011011001100010101111111011001011001010110100 | ecb0beed9aaaed98afecb2b4 |
UHC | 찾횪혯체 | 1100001110100011110000111010000011000010100101101100001110111100 | c3a3c3a0c296c3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)