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 | ?贊貲 | 0011111111100110110100111110011011000101 | 3fe6d3e6c5 |
EUC-JP | 撛贊貲 | 10001111110000001111001111101100110101011110110011000111 | 8fc0f3ecd5ecc7 |
UTF-8 | 撛贊貲 | 111001101001001010011011111010001011010010001010111010001011001010110010 | e6929be8b48ae8b2b2 |
UHC | ?贊? | 00111111111100111100011100111111 | 3ff3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)