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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 茁?^ | 11111011100100110011111101011110 | fb933f5e |
EUC-JP | 茁?^ | 1000111111010111110111100011111101011110 | 8fd7de3f5e |
UTF-8 | 茁렭^ | 11101000100011001000000111101011101000001010110101011110 | e88c81eba0ad5e |
UHC | 茁렭^ | 1111000111101000100011101011101001011110 | f1e88eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)