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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 作?}作?{^ | 100011011110110000111111011111011000110111101100001111110111101101011110 | 8dec3f7d8dec3f7b5e |
EUC-JP | 作?}作?{^ | 101110101110111000111111011111011011101011101110001111110111101101011110 | baee3f7dbaee3f7b5e |
UTF-8 | 作녈}作녈{^ | 111001001011110110011100111010111000010110001000011111011110010010111101100111001110101110000101100010000111101101011110 | e4bd9ceb85887de4bd9ceb85887b5e |
UHC | 作녈}作녈{^ | 1110110111000010101100111110001101111101111011011100001010110011111000110111101101011110 | edc2b3e37dedc2b3e37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)