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 | 蜀鷺棡 | 111001011000011010001101111010111001111010011100 | e5868deb9e9c |
EUC-JP | 蜀鷺棡 | 111010011110011010111010111011011101101111111100 | e9e6baeddbfc |
UTF-8 | 蜀鷺棡 | 111010001001110010000000111010011011011110111010111001101010001110100001 | e89c80e9b7bae6a3a1 |
UHC | 蜀鷺? | 1111010110111001110101101101110000111111 | f5b9d6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)