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 | ½·Ã¹ | 10001110101111011000111010110111100011111100001110111001 | 8ebd8eb78fc3b9 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?????Ã? | 001111110011111100111111001111110011111110001111101010101010101000111111 | 3f3f3f3f3f8faaaa3f |
UTF-8 | ½·Ã¹ | 1100001010001110110000101011110111000010100011101100001010110111110000101000111111000011100000111100001010111001 | c28ec2bdc28ec2b7c28fc383c2b9 |
UHC | ?½?·??¹ | 00111111101010001111011000111111101000011010010000111111001111111010100111110110 | 3fa8f63fa1a43f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)