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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 邃[邃[^ | 11100010100001000101101111100010100001000101101101011110 | e2845be2845b5e |
EUC-JP | 邃[邃[^ | 11100011111001000101101111100011111001000101101101011110 | e3e45be3e45b5e |
UTF-8 | 邃[邃[^ | 111010011000001010000011010110111110100110000010100000110101101101011110 | e982835be982835b5e |
UHC | 邃[邃[^ | 11100010110001010101101111100010110001010101101101011110 | e2c55be2c55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)