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 | 銹填銹哲 | 1110011111110110100100110101010111100111111101101001001101001110 | e7f69355e7f6934e |
EUC-JP | 銹填銹哲 | 1110111011111000110001011011011011101110111110001100010110101111 | eef8c5b6eef8c5af |
UTF-8 | 銹填銹哲 | 111010011000101010111001111001011010000110101011111010011000101010111001111001011001001110110010 | e98ab9e5a1abe98ab9e593b2 |
UHC | 銹?銹哲 | 11100010110010000011111111100010110010001111010011001001 | e2c83fe2c8f4c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)