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 | ò¶Þñ½¾ | 1111001010110110110111101111000110001110101111011000111010111110 | f2b6def18ebd8ebe |
SJIS-WIN | ?¶?????? | 001111111000000111110111001111110011111100111111001111110011111100111111 | 3f81f73f3f3f3f3f3f |
EUC-JP | ò¶Þñ???? | 100011111010101111010010101000101111100110001111101010011011000010001111101010111101000000111111001111110011111100111111 | 8fabd2a2f98fa9b08fabd03f3f3f3f |
UTF-8 | ò¶Þñ½¾ | 11000011101100101100001010110110110000111001111011000011101100011100001010001110110000101011110111000010100011101100001010111110 | c3b2c2b6c39ec3b1c28ec2bdc28ec2be |
UHC | ?¶Þ??½?¾ | 001111111010001011010010101010001010110100111111001111111010100011110110001111111010100011111010 | 3fa2d2a8ad3f3fa8f63fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)