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 | 艾??鎰?? | 1110010010001000001111110011111111101000010011000011111100111111 | e4883f3fe84c3f3f |
EUC-JP | 艾??鎰?? | 1110011111101000001111110011111111101111101011010011111100111111 | e7e83f3fefad3f3f |
UTF-8 | 艾싰쒀鎰녺독 | 111010001000100110111110111011001000101110110000111011001001001010000000111010011000111010110000111010111000010110111010111010111000111110000101 | e889beec8bb0ec9280e98eb0eb85baeb8f85 |
UHC | 艾싰쒀鎰녺독 | 111001001111010110011010111010101011111010101100111011001111000010000110111001111011010110110110 | e4f59aeabeacecf086e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)