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 | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
SJIS-WIN | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
EUC-JP | ?|???? | 001111110111110000111111001111110011111100111111 | 3f7c3f3f3f3f |
UTF-8 | 찾|찼혻횪혚 | 11101100101100001011111001111100111011001011000010111100111011011001100010111011111011011001101010101010111011011001100010011010 | ecb0be7cecb0bced98bbed9aaaed989a |
UHC | 찾|찼혻횪혚 | 1100001110100011011111001100001110100001110000101010000011000011101000001100001010000101 | c3a37cc3a1c2a0c3a0c285 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)