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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ?和N}?和N{^ | 0011111110011000011000010100111001111101001111111001100001100001010011100111101101011110 | 3f98614e7d3f98614e7b5e |
EUC-JP | ?和N}?和N{^ | 0011111111001111110000100100111001111101001111111100111111000010010011100111101101011110 | 3fcfc24e7d3fcfc24e7b5e |
UTF-8 | 섦和N}섦和N{^ | 1110110010000100101001101110010110010010100011000100111001111101111011001000010010100110111001011001001010001100010011100111101101011110 | ec84a6e5928c4e7dec84a6e5928c4e7b5e |
UHC | 섦和N}섦和N{^ | 10111100101101001111101111111010010011100111110110111100101101001111101111111010010011100111101101011110 | bcb4fbfa4e7dbcb4fbfa4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)