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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 潁???? | 100111111111000100111111001111110011111100111111 | 9ff13f3f3f3f |
EUC-JP | 潁??沅? | 1101111011110011001111110011111110001111110001101110100100111111 | def33f3f8fc6e93f |
UTF-8 | 潁딉퐟沅싷 | 111001101011110110000001111010111001010010001001111011011001000010011111111001101011001010000101111011001000101110110111 | e6bd81eb9489ed909fe6b285ec8bb7 |
UHC | 潁딉퐟沅싷 | 11100111101110001000101011101111101111011000100011101010101101101001101011101111 | e7b88aefbd88eab69aef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)