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 | 易??鎰?? | 1000100011010101001111110011111111101000010011000011111100111111 | 88d53f3fe84c3f3f |
EUC-JP | 易??鎰?? | 1011000011010111001111110011111111101111101011010011111100111111 | b0d73f3fefad3f3f |
UTF-8 | 易낅툦鎰녺독 | 111001101001100010010011111010111000001010000101111011011000100010100110111010011000111010110000111010111000010110111010111010111000111110000101 | e69893eb8285ed88a6e98eb0eb85baeb8f85 |
UHC | 易낅툦鎰녺독 | 111001101011011010000101111010111011100010011101111011001111000010000110111001111011010110110110 | e6b685ebb89decf086e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)