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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諱る攵 | 111001101000000110000010111010011001110110111100 | e68182e99dbc |
EUC-JP | 諱る攵 | 111010111110000110100100111010111101101010111110 | ebe1a4ebdabe |
UTF-8 | 諱る攵 | 111010001010101110110001111000111000001010001011111001101001010010110101 | e8abb1e3828be694b5 |
UHC | 諱る? | 1111110111001001101010101110101100111111 | fdc9aaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)