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 | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
SJIS-WIN | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
EUC-JP | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
UTF-8 | 찾}횪쨘횪혷 | 11101100101100001011111001111101111011011001101010101010111011001010100010011000111011011001101010101010111011011001100010110111 | ecb0be7ded9aaaeca898ed9aaaed98b7 |
UHC | 찾}횪쨘횪혷 | 1100001110100011011111011100001110100000110000101011101011000011101000001100001010011110 | c3a37dc3a0c2bac3a0c29e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)