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 | ?????NF? | 0011111100111111001111110011111100111111010011100100011000111111 | 3f3f3f3f3f4e463f |
SJIS-WIN | ?????NF? | 0011111100111111001111110011111100111111010011100100011000111111 | 3f3f3f3f3f4e463f |
EUC-JP | ?????NF? | 0011111100111111001111110011111100111111010011100100011000111111 | 3f3f3f3f3f4e463f |
UTF-8 | 채횦혢챠혧NF채 | 1110110010110001100001001110110110011010101001101110110110011000101000101110110010110001101000001110110110011000101001110100111001000110111011001011000110000100 | ecb184ed9aa6ed98a2ecb1a0ed98a74e46ecb184 |
UHC | 채횦혢챠혧NF채 | 1100001110100100110000111001110111000010100010111100001110101101110000101000111101001110010001101100001110100100 | c3a4c39dc28bc3adc28f4e46c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)