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 | 蟆醍キ | 1110010110110000100100011110011110110111 | e5b091e7b7 |
EUC-JP | 蟆醍キ | 111010101011001011000010111010011000111010110111 | eab2c2e98eb7 |
UTF-8 | 蟆醍キ | 111010001001111110000110111010011000011010001101111011111011110110110111 | e89f86e9868defbdb7 |
UHC | ?醍? | 00111111111100001011010100111111 | 3ff0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)