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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??勝??? | 00111111001111111000111110011111001111110011111100111111 | 3f3f8f9f3f3f3f |
EUC-JP | ??勝??? | 00111111001111111011111010100001001111110011111100111111 | 3f3fbea13f3f3f |
UTF-8 | 챙철勝챙짼실 | 111011001011000110011001111011001011001010100000111001011000101110011101111011001011000110011001111011001010011110111100111011001000101110100100 | ecb199ecb2a0e58b9decb199eca7bcec8ba4 |
UHC | 챙철勝챙짼실 | 110000111010110011000011101101101110001110101101110000111010110011000010101100101011110111000111 | c3acc3b6e3adc3acc2b2bdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)