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 | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
SJIS-WIN | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
EUC-JP | ???e?? | 001111110011111100111111011001010011111100111111 | 3f3f3f653f3f |
UTF-8 | 챙째쩌e챙짹 | 11101100101100011001100111101100101001111011100011101100101010011000110001100101111011001011000110011001111011001010011110111001 | ecb199eca7b8eca98c65ecb199eca7b9 |
UHC | 챙째쩌e챙짹 | 1100001110101100110000101011000011000010101111000110010111000011101011001100001010110001 | c3acc2b0c2bc65c3acc2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)