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{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 靄?n}靄?n{^ | 1110100011001001001111110110111001111101111010001100100100111111011011100111101101011110 | e8c93f6e7de8c93f6e7b5e |
EUC-JP | 靄?n}靄?n{^ | 1111000011001011001111110110111001111101111100001100101100111111011011100111101101011110 | f0cb3f6e7df0cb3f6e7b5e |
UTF-8 | 靄쏡n}靄쏡n{^ | 1110100110011101100001001110110010001111101000010110111001111101111010011001110110000100111011001000111110100001011011100111101101011110 | e99d84ec8fa16e7de99d84ec8fa16e7b5e |
UHC | 靄쏡n}靄쏡n{^ | 11100100111101111001110001000100011011100111110111100100111101111001110001000100011011100111101101011110 | e4f79c446e7de4f79c446e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)