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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 珎蛛~ | 1110000011011101111001011000000101111110 | e0dde5817e |
EUC-JP | 珎蛛~ | 1110000011011111111010011110000101111110 | e0dfe9e17e |
UTF-8 | 珎蛛~ | 11100111100011111000111011101000100110111001101101111110 | e78f8ee89b9b7e |
UHC | ?蛛~ | 00111111111100011100100001111110 | 3ff1c87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)