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 | ?????OF | 00111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f4f46 |
SJIS-WIN | ?????OF | 00111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f4f46 |
EUC-JP | ?????OF | 00111111001111110011111100111111001111110100111101000110 | 3f3f3f3f3f4f46 |
UTF-8 | 챈짰혧혣혟OF | 1110110010110001100010001110110010100111101100001110110110011000101001111110110110011000101000111110110110011000100111110100111101000110 | ecb188eca7b0ed98a7ed98a3ed989f4f46 |
UHC | 챈짰혧혣혟OF | 110000111010011011000010101011101100001010001111110000101000110011000010100010010100111101000110 | c3a6c2aec28fc28cc2894f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)