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 | ?????HV | 00111111001111110011111100111111001111110100100001010110 | 3f3f3f3f3f4856 |
SJIS-WIN | ?????HV | 00111111001111110011111100111111001111110100100001010110 | 3f3f3f3f3f4856 |
EUC-JP | ?????HV | 00111111001111110011111100111111001111110100100001010110 | 3f3f3f3f3f4856 |
UTF-8 | 챌쨘혗혧혧HV | 1110110010110001100011001110110010101000100110001110110110011000100101111110110110011000101001111110110110011000101001110100100001010110 | ecb18ceca898ed9897ed98a7ed98a74856 |
UHC | 챌쨘혗혧혧HV | 110000111010011111000010101110101100001010000010110000101000111111000010100011110100100001010110 | c3a7c2bac282c28fc28f4856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)