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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讙゚ネワレ | 1110011010101010110111111100100011110101110111001101110011011010 | e6aadfc8f5dcdcda |
EUC-JP | 讙゚ネ?ワレ | 1110110010101100100011101101111110001110110010000011111110001110110111001000111011011010 | ecac8edf8ec83f8edc8eda |
UTF-8 | 讙゚ネワレ | 111010001010111010011001111011111011111010011111111011111011111010001000111011101001000110000111111011111011111010011100111011111011111010011010 | e8ae99efbe9fefbe88ee9187efbe9cefbe9a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)