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 | ¾ä¹ | 100011101011111010001110101011011110010010111001 | 8ebe8eade4b9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????ä? | 0011111100111111001111110011111110001111101010111010001100111111 | 3f3f3f3f8faba33f |
UTF-8 | ¾ä¹ | 110000101000111011000010101111101100001010001110110000101010110111000011101001001100001010111001 | c28ec2bec28ec2adc3a4c2b9 |
UHC | ?¾??¹ | 001111111010100011111010001111111010000110101001001111111010100111110110 | 3fa8fa3fa1a93fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)