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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?危?危^ | 00111111100010101110101100111111100010101110101101011110 | 3f8aeb3f8aeb5e |
EUC-JP | ?危?危^ | 00111111101101001110110100111111101101001110110101011110 | 3fb4ed3fb4ed5e |
UTF-8 | 장危장危^ | 11101100100111101010010111100101100011011011000111101100100111101010010111100101100011011011000101011110 | ec9ea5e58db1ec9ea5e58db15e |
UHC | 장危장危^ | 110000001110010111101010110010111100000011100101111010101100101101011110 | c0e5eacbc0e5eacb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)