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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴫縞質篠 | 1000111010110000100011101100100010001110101111111000111011000010 | 8eb08ec88ebf8ec2 |
EUC-JP | 鴫縞質篠 | 1011110010110010101111001100101010111100110000011011110011000100 | bcb2bccabcc1bcc4 |
UTF-8 | 鴫縞質篠 | 111010011011010010101011111001111011100010011110111010001011001110101010111001111010111110100000 | e9b4abe7b89ee8b3aae7afa0 |
UHC | ?縞質篠 | 00111111111110111101011011110010111101011110000111000110 | 3ffbd6f2f5e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)