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 | ²¾³¢ | 10001110101100101000111110111110101100111000111010100010 | 8eb28fbeb38ea2 |
SJIS-WIN | ??????¢ | 0011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f8191 |
EUC-JP | ??????¢ | 0011111100111111001111110011111100111111001111111010000111110001 | 3f3f3f3f3f3fa1f1 |
UTF-8 | ²¾³¢ | 1100001010001110110000101011001011000010100011111100001010111110110000101011001111000010100011101100001010100010 | c28ec2b2c28fc2bec2b3c28ec2a2 |
UHC | ?²?¾³?? | 00111111101010011111011100111111101010001111101010101001111110000011111100111111 | 3fa9f73fa8faa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)