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 | 蜷滔ク | 1110010110010000100111111110101110111000 | e5909febb8 |
EUC-JP | 蜷滔ク | 111010011111000011011110111011011000111010111000 | e9f0deed8eb8 |
UTF-8 | 蜷滔ク | 111010001001110010110111111001101011101110010100111011111011110110111000 | e89cb7e6bb94efbdb8 |
UHC | ?滔? | 00111111110101001010010100111111 | 3fd4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)