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 | ?????Je^ | 0011111100111111001111110011111100111111010010100110010101011110 | 3f3f3f3f3f4a655e |
SJIS-WIN | ?????Je^ | 0011111100111111001111110011111100111111010010100110010101011110 | 3f3f3f3f3f4a655e |
EUC-JP | ?????Je^ | 0011111100111111001111110011111100111111010010100110010101011110 | 3f3f3f3f3f4a655e |
UTF-8 | 챌쨘혟혧혧Je^ | 111011001011000110001100111011001010100010011000111011011001100010011111111011011001100010100111111011011001100010100111010010100110010101011110 | ecb18ceca898ed989fed98a7ed98a74a655e |
UHC | 챌쨘혟혧혧Je^ | 11000011101001111100001010111010110000101000100111000010100011111100001010001111010010100110010101011110 | c3a7c2bac289c28fc28f4a655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)