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 | èÈ[èÈ[^ | 100011111110100011001000010110111000111111101000110010000101101101011110 | 8fe8c85b8fe8c85b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ?èÈ[?èÈ[^ | 0011111110001111101010111011001010001111101010101011001001011011001111111000111110101011101100101000111110101010101100100101101101011110 | 3f8fabb28faab25b3f8fabb28faab25b5e |
UTF-8 | èÈ[èÈ[^ | 110000101000111111000011101010001100001110001000010110111100001010001111110000111010100011000011100010000101101101011110 | c28fc3a8c3885bc28fc3a8c3885b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)