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 | 宍鍾 | 111100001111110010001110101100111000111111011111 | f0fc8eb38fdf |
EUC-JP | ?宍鍾 | 0011111110111100101101011011111011100001 | 3fbcb5bee1 |
UTF-8 | 宍鍾 | 111011101000001010111011111001011010111010001101111010011000110110111110 | ee82bbe5ae8de98dbe |
UHC | ??鍾 | 00111111001111111111000110100011 | 3f3ff1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)