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 | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
UTF-8 | 찾쨋혧혝혢Q | 11101100101100001011111011101100101010001000101111101101100110001010011111101101100110001001110111101101100110001010001001010001 | ecb0beeca88bed98a7ed989ded98a251 |
UHC | 찾쨋혧혝혢Q | 1100001110100011110000101011011011000010100011111100001010000111110000101000101101010001 | c3a3c2b6c28fc287c28b51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)