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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 膠膠[膠膠[^ | 1110010001010000111001000101000001011011111001000101000011100100010100000101101101011110 | e450e4505be450e4505b5e |
EUC-JP | 膠膠[膠膠[^ | 1110011110110001111001111011000101011011111001111011000111100111101100010101101101011110 | e7b1e7b15be7b1e7b15b5e |
UTF-8 | 膠膠[膠膠[^ | 111010001000011010100000111010001000011010100000010110111110100010000110101000001110100010000110101000000101101101011110 | e886a0e886a05be886a0e886a05b5e |
UHC | 膠膠[膠膠[^ | 1100111011101111110011101110111101011011110011101110111111001110111011110101101101011110 | ceefceef5bceefceef5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)