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 | ???^D^ | 001111110011111100111111010111100100010001011110 | 3f3f3f5e445e |
SJIS-WIN | ???^D^ | 001111110011111100111111010111100100010001011110 | 3f3f3f5e445e |
EUC-JP | ???^D^ | 001111110011111100111111010111100100010001011110 | 3f3f3f5e445e |
UTF-8 | 챙짹혚^D^ | 111011001011000110011001111011001010011110111001111011011001100010011010010111100100010001011110 | ecb199eca7b9ed989a5e445e |
UHC | 챙짹혚^D^ | 110000111010110011000010101100011100001010000101010111100100010001011110 | c3acc2b1c2855e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)