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 | è¾¼B | 1110100010111110100011101011110001000010 | e8be8ebc42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | è???B | 10001111101010111011001000111111001111110011111101000010 | 8fabb23f3f3f42 |
UTF-8 | è¾¼B | 110000111010100011000010101111101100001010001110110000101011110001000010 | c3a8c2bec28ec2bc42 |
UHC | ?¾?¼B | 00111111101010001111101000111111101010001111100101000010 | 3fa8fa3fa8f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)