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 | 潁?】鎰?? | 100111111111000100111111100000010111101011101000010011000011111100111111 | 9ff13f817ae84c3f3f |
EUC-JP | 潁?】鎰?? | 110111101111001100111111101000011101101111101111101011010011111100111111 | def33fa1dbefad3f3f |
UTF-8 | 潁딆】鎰믤뀆 | 111001101011110110000001111010111001010010000110111000111000000010010001111010011000111010110000111010111010111110100100111010111000000010000110 | e6bd81eb9486e38091e98eb0ebafa4eb8086 |
UHC | 潁딆】鎰믤뀆 | 111001111011100010001010111011001010000110111101111011001111000010010010111001101000010110000010 | e7b88aeca1bdecf092e68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)