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 | 凞軸昭 | 111110110101100010001110101100101000111110111010 | fb588eb28fba |
EUC-JP | ?軸昭 | 0011111110111100101101001011111010111100 | 3fbcb4bebc |
UTF-8 | 凞軸昭 | 111011111010100010010101111010001011101110111000111001101001100010101101 | efa895e8bbb8e698ad |
UHC | ?軸昭 | 0011111111110101111011101110000110111001 | 3ff5eee1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)