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 | 闥滉シ | 1110100010010010100111111110010010111100 | e8929fe4bc |
EUC-JP | 闥滉シ | 111011111111001011011110111001101000111010111100 | eff2dee68ebc |
UTF-8 | 闥滉シ | 111010011001011110100101111001101011101110001001111011111011110110111100 | e997a5e6bb89efbdbc |
UHC | ?滉? | 00111111111111001101000100111111 | 3ffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)