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 | »ô¡»ù² | 100011111011101111110100100011101010000110001111101110111111100110110010 | 8fbbf48ea18fbbf9b2 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ??ô?¡??ù? | 001111110011111110001111101010111101010000111111100011111010001011000010001111110011111110001111101010111110001100111111 | 3f3f8fabd43f8fa2c23f3f8fabe33f |
UTF-8 | »ô¡»ù² | 110000101000111111000010101110111100001110110100110000101000111011000010101000011100001010001111110000101011101111000011101110011100001010110010 | c28fc2bbc3b4c28ec2a1c28fc2bbc3b9c2b2 |
UHC | ????¡???² | 0011111100111111001111110011111110100010101011100011111100111111001111111010100111110111 | 3f3f3f3fa2ae3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)