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 | 廠ツ~ | 10001111101100011100001001111110 | 8fb1c27e |
EUC-JP | 廠ツ~ | 1011111010110011100011101100001001111110 | beb38ec27e |
UTF-8 | 廠ツ~ | 11100101101110111010000011101111101111101000001001111110 | e5bba0efbe827e |
UHC | 廠?~ | 11110011110111110011111101111110 | f3df3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)