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 | ??????h@h | 001111110011111100111111001111110011111100111111011010000100000001101000 | 3f3f3f3f3f3f684068 |
SJIS-WIN | ??????h@h | 001111110011111100111111001111110011111100111111011010000100000001101000 | 3f3f3f3f3f3f684068 |
EUC-JP | ??????h@h | 001111110011111100111111001111110011111100111111011010000100000001101000 | 3f3f3f3f3f3f684068 |
UTF-8 | 횄짭횄쨋횂짤h@h | 111011011001101010000100111011001010011110101101111011011001101010000100111011001010100010001011111011011001101010000010111011001010011110100100011010000100000001101000 | ed9a84eca7aded9a84eca88bed9a82eca7a4684068 |
UHC | 횄짭횄쨋횂짤h@h | 110000111000001111000010101011001100001110000011110000101011011011000011100000101100001010101001011010000100000001101000 | c383c2acc383c2b6c382c2a9684068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)