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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謫??竭之 | 1110011010010011001111110011111111100010100100011001010001010110 | e6933f3fe2919456 |
EUC-JP | 謫??竭之 | 1110101111110011001111110011111111100011111100011100011110110111 | ebf33f3fe3f1c7b7 |
UTF-8 | 謫累렋竭之 | 111010001010110010101011111011111010010110001111111010111010000010001011111001111010101110101101111001001011100110001011 | e8acabefa58feba08be7abade4b98b |
UHC | 謫累렋竭之 | 11101110111000111101001011101001100011101010001011001010111001101111000111111101 | eee3d2e98ea2cae6f1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)