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 | ?a?N?a?N^ | 001111110110000100111111010011100011111101100001001111110100111001011110 | 3f613f4e3f613f4e5e |
SJIS-WIN | aNaN^ | 11110110111000110110000111110110111000110100111011110110111000110110000111110110111000110100111001011110 | f6e361f6e34ef6e361f6e34e5e |
EUC-JP | ?a?N?a?N^ | 001111110110000100111111010011100011111101100001001111110100111001011110 | 3f613f4e3f613f4e5e |
UTF-8 | aNaN^ | 1110111010010100100010100110000111101110100101001000101001001110111011101001010010001010011000011110111010010100100010100100111001011110 | ee948a61ee948a4eee948a61ee948a4e5e |
UHC | ?a?N?a?N^ | 001111110110000100111111010011100011111101100001001111110100111001011110 | 3f613f4e3f613f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)