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 | ?°? | 001111111011000000111111 | 3fb03f |
SJIS-WIN | 膵°ク | 1110010001011000100000011000101110111000 | e458818bb8 |
EUC-JP | 膵°ク | 111001111011100110100001111010111000111010111000 | e7b9a1eb8eb8 |
UTF-8 | 膵°ク | 1110100010000110101101011100001010110000111011111011110110111000 | e886b5c2b0efbdb8 |
UHC | 膵°? | 1111010111111101101000011100011000111111 | f5fda1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)