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 | 湘ノ~ | 10001111110000111100100101111110 | 8fc3c97e |
EUC-JP | 湘ノ~ | 1011111011000101100011101100100101111110 | bec58ec97e |
UTF-8 | 湘ノ~ | 11100110101110011001100011101111101111101000100101111110 | e6b998efbe897e |
UHC | 湘?~ | 11011111110011110011111101111110 | dfcf3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)