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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 袗\ | 1110010111010101111100101010000101011100 | e5d5f2a15c |
EUC-JP | 袗?\ | 11101010110101110011111101011100 | ead73f5c |
UTF-8 | 袗\ | 11101000101000101001011111101110100001111001100001011100 | e8a297ee87985c |
UHC | 袗?\ | 11110010110111110011111101011100 | f2df3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)