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 | ??靈?^ | 001111110011111111101000110010110011111101011110 | 3f3fe8cb3f5e |
EUC-JP | ??靈?^ | 001111110011111111110000110011010011111101011110 | 3f3ff0cd3f5e |
UTF-8 | 렺늚靈묵^ | 11101011101000001011101011101011100010101001101011101001100111011000100011101011101011001011010101011110 | eba0baeb8a9ae99d88ebacb55e |
UHC | 렺늚靈묵^ | 100011101100001010110100110001011101011011000100101110011010110001011110 | 8ec2b4c5d6c4b9ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)