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 | 葹蔗裘 | 111001001101111111100100111100101110010111100010 | e4dfe4f2e5e2 |
EUC-JP | 葹蔗裘 | 111010001110000111101000111101001110101011100100 | e8e1e8f4eae4 |
UTF-8 | 葹蔗裘 | 111010001001000110111001111010001001010010010111111010001010001110011000 | e891b9e89497e8a398 |
UHC | ?蔗? | 00111111111011011011110100111111 | 3fedbd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)