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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謳壁?奔 | 11100110100100001001010111000111001111111001011001111010 | e69095c73f967a |
EUC-JP | 謳壁奫奔 | 111010111111000011001010110010011000111110111000111111011100101111011011 | ebf0cac98fb8fdcbdb |
UTF-8 | 謳壁奫奔 | 111010001010110010110011111001011010001110000001111001011010010110101011111001011010010110010100 | e8acb3e5a381e5a5abe5a594 |
UHC | 謳壁奫奔 | 1100111111000100110110111111101011101011110001001101110111000110 | cfc4dbfaebc4ddc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)