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 | ú³±ú¶ | 111110101011001110001110101100011111101010110110 | fab38eb1fab6 |
SJIS-WIN | ???±?¶ | 0011111100111111001111111000000101111101001111111000000111110111 | 3f3f3f817d3f81f7 |
EUC-JP | ú??±ú¶ | 100011111010101111100010001111110011111110100001110111101000111110101011111000101010001011111001 | 8fabe23f3fa1de8fabe2a2f9 |
UTF-8 | ú³±ú¶ | 110000111011101011000010101100111100001010001110110000101011000111000011101110101100001010110110 | c3bac2b3c28ec2b1c3bac2b6 |
UHC | ?³?±?¶ | 001111111010100111111000001111111010000110111110001111111010001011010010 | 3fa9f83fa1be3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)