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 | ȱ¼ | 1000111111001000101100011000111010111100 | 8fc8b18ebc |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ?ȱ?? | 0011111110001111101010101011001010100001110111100011111100111111 | 3f8faab2a1de3f3f |
UTF-8 | ȱ¼ | 11000010100011111100001110001000110000101011000111000010100011101100001010111100 | c28fc388c2b1c28ec2bc |
UHC | ??±?¼ | 00111111001111111010000110111110001111111010100011111001 | 3f3fa1be3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)